How to use both the screen and the SD card on ESP32 #2035
Unanswered
baloyou
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I may have used the wrong pin,They all use SPI, and I modified the CS pin of the SD card.
TFT pins:
TFT_MOSI 23
TFT_MISO 19
TFT_SCLK 18
TFT_CS 5
TFT_DC 17
TFT_RST 16
TF card pins:
MISO=>19
MOSI=>23
SCK=>18
CS=>33
i use this example: ESP32_Smooth_Font_SD.ino
next, i got this.(When I hide the code of the TF card, the screen works fine.)
this is serial output
0.0 thanks!
Beta Was this translation helpful? Give feedback.
All reactions