help needed using ILI9488 with esp32-wroom-32d #985
Unanswered
saunderschris
asked this question in
Q&A - General
Replies: 1 comment 1 reply
-
Have got the tft working and I have managed to get the touchscreen calibration working. Not sure how to close this thread! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to configure the ILI9488 with the esp32 module using your library. I have changed the User_setup.h file to define the pins and defined the driver to ILI9488. I have commented out the other drivers and default pins on the default configuration. I have added a serial print script at the beginning of the example script to confirm the pin selection is correct and has been imported into my ardiuno script. However,
user_setup_h.docx
I can get nothing to display (except backlight) on the screen (480x320 3.5" SPI TFT Module). I have not connected the touch or MISO pins at this stage. I am a relative beginner and was looking for some advice if you have time.
Many thanks, chris
Beta Was this translation helpful? Give feedback.
All reactions