ESP3D-TFT
ESP3D-TFT copied to clipboard
ESP3D Firmware for ESP32 based TFT
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?
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...
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...
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...
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
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...
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...