Correct ESP32-S3 gpio to connect to 8bit TFT #2614
Unanswered
mike-rankin
asked this question in
New processor/display support or capability request
Replies: 1 comment
-
If the display does not have a RD pin then don't define TFT_RD. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to connect my ESP32-S3 to an 8-bit BuyDisplay tft using Setup206_LilyGo_T_Display_S3.h
The library pins are:
The display I'm using has
CS
RS
WR
RESET
and D0 -D7
I've connected:
GPIO------------------Display
TFT_DC 7 to RS (RS and Data look like they connect together)
TFT_RST 5 to RESET (Both reset)
TFT_WR 8 to WR (WR to WR)
TFT_RD 9 to Not sure what pin to connect TFT_RD to on the display or if can be left not connected to anything
I can connect the display CS to any gpio pin
Beta Was this translation helpful? Give feedback.
All reactions