GC9A01(1.09) 240X240) with 8080 8 BIT on ESP32 #1710
Unanswered
Black-Blade
asked this question in
New processor/display support or capability request
Replies: 1 comment 1 reply
-
have exactly the same LCD here. any success`? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everybody
can't get the display to work.
What am I doing wrong
Here my User_Setup.h
`#define ESP32_PARALLEL
#define GC9A01_DRIVER
#define TFT_WIDTH 240
#define TFT_HEIGHT 240
// ESP32 pins used for UNO format board
#define TFT_CS 33
#define TFT_DC 15
#define TFT_RST 32
#define TFT_WR 4
#define TFT_RD 2
#define TFT_D0 12
#define TFT_D1 13
#define TFT_D2 26
#define TFT_D3 25
#define TFT_D4 17
#define TFT_D5 16
#define TFT_D6 27
#define TFT_D7 14
`
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions