ili9488 tft_eSpi esp32 parallel interface display #3634
Closed
Unanswered
jahnavi225
asked this question in
New processor/display support or capability request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hii Bodmer trying to shift from serial interface to parallel i have enabled setup16(user_setup_select.h)in TFT_eSPI and defined pins as below
#define USER_SETUP_ID 16
#define ESP32_PARALLEL
#define ILI9488_DRIVER
// ESP32 pins used
#define TFT_CS -1 // Chip select control pin
#define TFT_DC 12 // Data Command control pin - must use a pin in the range 0-31
#define TFT_RST 27 // Reset pin
#define TFT_WR 14 // Write strobe control pin - must use a pin in the range 0-31
#define TFT_RD 13
#define TFT_D0 12 // Must use pins in the range 0-31 for the data bus
#define TFT_D1 26 // so a single register write sets/clears all bits6
#define TFT_D2 25
#define TFT_D3 15
#define TFT_D4 2
#define TFT_D5 4
#define TFT_D6 5
#define TFT_D7 18
but the display is not working please provide solutions
Beta Was this translation helpful? Give feedback.
All reactions