Bodmer
Bodmer
I think most of these ideas are now built into the TFT_eWidget library and the [Button_demo example](https://github.com/Bodmer/TFT_eWidget/blob/main/examples/Buttons/Button_demo/Button_demo.ino).
I am starting to get issues raised for this -1 pin problem. Ideally digital pin ref -1 should be ignored and treated as a null pin. It is a shame...
That is not part of this library and I am unable to help.
The library examples do not use an SD Card. SPIFFS and LittleFS ue the processors FLASH (program memory).
The sequence to follow is: 1. Set the SPIFFS partition size > 1 MByte 2. Upload the files 3. Upload the sketch Make sure the sketch folder contains a "data"...
DMA is supported for the original ESP32, RP2040 and some STM32 processors. Modifications to support the S3 have been hinted at in #2233 but these have not been implemented yet....
Added for S3.
DMA is supported on S3 with 16bit SPI displays. See ReadMe for the interface compatibility table and the display driver list.
A top left datum for text rendering is more common for Arduino TFT libraries. This is convenient for screens since any size text can be rendered at say 0,0 on...
Thanks, looks good. Which processors has this been tested with?