You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue and it was basically the backlight.
In order to make it work the extender needs to be configured properly.
The following settings after including pins.h did the trick:
`#define TP_RST 1
#define LCD_BL 2
#define LCD_RST 3
#define SD_CS 4
#define USB_SEL 5
in LovyanGFX example, just i see a black screen...
Waveshare ESP32 S3 Touch LCD 4.3
Arduino IDE 2.32
ESP32 Board package 2.0.17
LovyanGFX 1.1.16
can you help me?
The text was updated successfully, but these errors were encountered: