Bodmer
Bodmer
Looks like a nameing clash specific to this case and the ESP32. I will think on this further as there are other processor code blocks that use that same name.
I am not familiar with the stm32cube-framework. I will flag as help needed.
Replace the library header TFT_eSPI_ESP32_S3.h with this one and it shoule work: [TFT_eSPI_ESP32_S3.zip](https://github.com/Bodmer/TFT_eSPI/files/9261110/TFT_eSPI_ESP32_S3.zip) Let me know if it works.
OK, have you tried it? I am busy with other activities so it will be a few weeks before I can try it.
Not sure what is happening there. I am using 2.0.4 and have no issues. SPIFFS notification come from the board package so I can't stop them.
Great, glad it is working now. Note that DMA support has not been added for S3 yet.
Thanks for your input, nicely done. I do not have one of those displays so I am unable to test, this is a problem for me if a user has...
The 'Animated_dial' example reads from the display so changes to the readAddrWindow() function may be required. Some displays however do not allow reading from the display so this capability is...
This is a TFT_eSPI issue. Raise an issue on that library.
OK, I will add at the next update. Thanks.