ESP3D-TFT icon indicating copy to clipboard operation
ESP3D-TFT copied to clipboard

ESP3D Firmware for ESP32 based TFT

Results 7 ESP3D-TFT issues
Sort by recently updated
recently updated
newest added

Now Tft fw can read the preferences.json, so a screen listing defined macros should be available. The question is where to display the macro button?

enhancement

I did some reading on migration guide and API description - the mechanism seems pretty identical, API is very close but there are a lot of renaming I plan to...

enhancement
lvgl 9.x

This is todo list of several topic that need to be done before release: - Use queue for values and process them to avoid racing conditions https://github.com/luc-github/ESP3D-TFT/blob/main/main/core/esp3d_values.cpp#L70-L72 and put the...

enhancement
help welcome
Planned

Currently the lvgl snapshot API use a lot of memory because it allocate all screen in one buffer then push data to it, it crash if any animation or scrolling...

bug
Features

How to do is here https://www.callmebot.com/blog/free-api-whatsapp-messages/ - it is free and it use same way as others - so it is easy to implement

enhancement

Doing permament polling on touch to see if was pressed save mcu time on some solution (WT32-SC01 New Plus), int pin for FT5X06 is available, but seems not working on...

enhancement
help welcome
Drivers
Touch

It was raised to me that now BTT TFT support thumbnails in gcode it is even documented https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware?tab=readme-ov-file#adding-gcode-thumbnails I think it would be fun to add this feature also if...

Screen
Features
lvgl 8.x