Problems setting up the library to work with ILI9488 and Arduino Nano ESP32S3 #3382
-
Hi, I'm trying to use this library to connect an Arduino Nano ESP32S3 with a TFT touch display over ILI9488, but I can only get a white screen. My current setup is like this:
The display works, as I can get it to work perfectly with this library https://github.com/jaretburkett/ILI9488 and this setup
The exact connections (with pin names from the display) are like this
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to solve this by changing the pins from the Arduino pinout to the microcontroller one. More can be found here. For example, in my code TFT_MISO 12 becomes TFT_MISO 47. |
Beta Was this translation helpful? Give feedback.
I was able to solve this by changing the pins from the Arduino pinout to the microcontroller one. More can be found here. For example, in my code TFT_MISO 12 becomes TFT_MISO 47.