Using TFT_eSPI is causing the SD card to not function properly. #3762
-
When using both the TFT_eSPI and SD libraries with the esp32, the SD card will not function. Although the interfaces for these two modules are independent, how can the issue be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
hello, try this and adapt your tft wiring in the user setup and in the sketch,my settings are differents user setup:
|
Beta Was this translation helpful? Give feedback.
-
I forgot to say that the sd card i used was not a part of the tft,but real outside,hope it can helps somehow. |
Beta Was this translation helpful? Give feedback.
-
My SD card is also an external one, but after integrating it with your program, it now functions properly. Thank you, brother! |
Beta Was this translation helpful? Give feedback.
-
Glad to hear it! |
Beta Was this translation helpful? Give feedback.
-
I'm currently attempting to display a JPEG image on the TFT screen using an SD card, but I've been unable to do so. Even though I've managed to retrieve the name of the image via the serial port, the image still isn't being displayed on the screen. |
Beta Was this translation helpful? Give feedback.
-
Have you tried with the bodmer examples? have you tried this? |
Beta Was this translation helpful? Give feedback.
Have you tried with the bodmer examples?
The image could be placed in memory buffer before being pushed no?
have you tried this?
https://github.com/Bodmer/TFT_eSPI/blob/master/examples/Generic/ESP32_SDcard_jpeg/ESP32_SDcard_jpeg.ino
#2199