-
Notifications
You must be signed in to change notification settings - Fork 64
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
Esp32S3: display remains black with backlight only #42
Comments
Hello, I tried to shorten the cables from board to display as much as possible but it didn't change, I couldn't get the display to work anymore. I am now able to confirm that the software works, the problem is probably in the wiring. I encourage you to provide advice/details, if you have any, on this topic. Thank you |
Please make sure the power supply voltage is 3.3V driven. Try pulling up the RES pin using a 100 ohm resistor. |
I tried the pull-up but unfortunately it doesn't solve the problem. At work I will be able to use a good oscilloscope to better analyze the signals. |
From experience so far, the device seems to require a relatively large current at startup. It may be effective to convert 5V to 3V3 with a regulator and supply it. |
Once it works, I think it will work correctly even if you change it back. |
You need an explanation as to what the problem is. |
I've tried using code with ESP32-S3_WROOM1 kit but without success.
GPIO23 is't present in esp32s3 so I changed it.
I've tried different configurations but without results.
No error on idf monitor but display remains black with backlight only.
I've used different displays, the same shown in the README guide.
To reproduce the problem just compile for ESP32-S3 and connect display in some way, I can't find a valid pins combination.
Thank you
The text was updated successfully, but these errors were encountered: