Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ili9488 tft_eSpi esp32 parallel interface display #3635

Open
alcobrake opened this issue Jan 24, 2025 · 0 comments
Open

ili9488 tft_eSpi esp32 parallel interface display #3635

alcobrake opened this issue Jan 24, 2025 · 0 comments

Comments

@alcobrake
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant