ILI9488 with esp32-WROOM-32 parallel #1761
Replies: 2 comments 3 replies
-
The ESP32 pins 34, 35 and 36 are input only, hence the need to connect other pins as detailed in the ReadMe for the UNO shield. Here is an example setup file detaiing the pins used. |
Beta Was this translation helpful? Give feedback.
-
Although in the Arduino world I/O signals get called pins, these are not physical pins but an abstracted name like A0 for an analogue pin. This gives common naming for different processors. For the ESP32 these pin numbers are actually the GPIO number. So: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I am trying to connect esp32-WROOM-32 (38 pins; https://www.theengineeringprojects.com/wp-content/uploads/2020/12/introduction-to-esp32-3.png) with ILI9488 using parallel connection but cannot get it working.
Wroom has different pinout than esp32 and there is an issue... I tried to reconnect multiple ways but still no success. Unfortunately, I have practically no idea what I am doing so it's difficult to troubleshoot. So the only discovery is that:
I have constantly nice white (shining) display with nothing on it. When trying to "mimic" other board connections I reconnect LCD_D7 to TX (pin 35) and LCD_D0 to RX (pin 34) which caused problem with sketch uploading.
I believe that the issue is with the pins although it could be anywhere...
Thanks for any tips!
BR,
j
Beta Was this translation helpful? Give feedback.
All reactions