You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: