ILI9341 display with ESP32 8 bit parallel only displays stripes and half a screen #2744
Unanswered
PhilipGong
asked this question in
Q&A - General
Replies: 1 comment 4 replies
-
The display board is for a 16 bit interface. The library does not support that interface on the ESP32. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello, I am currently using the ILI9341 display controlled by an ESP32 DEVKITV1 board. However, the display only shows half a screen with stripes. I setup the display to run at 8 bit parallel mode, and below is the user_setup that I have.
The images below shows my setup and the screen's display when running the TFT_graphicstest_one_lib



Beta Was this translation helpful? Give feedback.
All reactions