Adapting setup for ESP32-S3 board that does not have a pin 34 #2517
Replies: 2 comments
-
Yes, you have to adapt the example setups according to the processor board you have and the GPIO made available. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the answer. I will have a more in depth look into the library in the future when I want to try different screen controllers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I'm using your beautiful library with ease. and recently switched to an ESP32-S3 with an ILI9488 8-bit parallel interface.
So I stumbled unto the Setup70d_ILI9488_S3_Parallel.h configuration file.
I noticed that the TFT_RST definition was set to pin 34, however, there is no pin 34 on my devkit.
So I set it to pin 17, and it worked just fine.
Thank you for putting the effort in this library, you're supporting a lot of hobbyists out there.
Kind regards,
Mathieu
Beta Was this translation helpful? Give feedback.
All reactions