Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in LovyanGFX example, just i see a black screen... #11

Open
dudals-jung opened this issue Nov 4, 2024 · 2 comments
Open

in LovyanGFX example, just i see a black screen... #11

dudals-jung opened this issue Nov 4, 2024 · 2 comments

Comments

@dudals-jung
Copy link

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?

@Westcott1
Copy link
Owner

HI Dudals-Jung,
Here are 4 things to test -

  • What does the serial monitor show?
  • Does the backlight blink at the start?
  • Is your board set to "ESP32S3 Dev Module"?
  • Is PSRAM set to "OPI PSRAM"?

@ulijoergens
Copy link

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

// I2C Pin define
#define I2C_MASTER_NUM 1
#define I2C_MASTER_SDA_IO 8
#define I2C_MASTER_SCL_IO 9
`

However, it was more of a trial-and-error excercise, it's probably not a pretty solution but it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants