Understanding touch and display pins & signals #2295
Unanswered
nradina
asked this question in
Q&A - General
Replies: 1 comment
-
You can use this sketch to test the touch controller interface, look at the serial monitor output: Since the display was working it is best to check all connections again. If you have upgraded the TFT_eSPI library you will need to edit the setup again as it gets overwritten. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone!
I'm working on a project using one of the Ai AudioKit dev boards and trying to include a simple SPI 2.4" touch screen (Ili8341).
When using a standalone ESP32 DEV and screen, all worked great!
While testing the AudioKit board tonight, I noticed the touch portion is working great (using the test_touch_controller example), yet no image (just the usual white screen).
While trying to figure this out, I was curious to understand what pins and signals are used to create the display?
I'm assuming I've made an error with pin assignments or simply wired wrong.
Are there tell tale signs when a specific PIN is not connected correctly?
Just trying to better understand the process.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions