-
Notifications
You must be signed in to change notification settings - Fork 189
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
ESP32-S3-BOX-3 Display & Touchscreen hardware (AEGHB-485) #120
Comments
Maye be the reset GPIO level is not correct, you can check that first. |
I will turn off this issue, welcome to consult if you have new questions. |
Any progress on this, @ophilli? Having the same issue. Cannot figure out which pins to use. |
@UnexDev yes I got the LCD to work in a local repo based on https://github.com/sambenko/esp32s3box-display-and-publish but I don't have a driver for the GT911.
|
@ophilli could you please show the complete code? I am also experiencing the issue of a backlight white screen on power up, with no images being displayed. |
@UnexDev Do you resolve that problem? |
@espressif2022 I am also experiencing the issue of a backlight white screen on power up, with no images being displayed. My Code are following:
|
@opsnull you can reference ophilli/esp32-s3-box-3@0fb34fe - I am able to flash this on my esp32 s3-box-3 and display a simple UI using that commit. I see a few differences between my snippet and yours. I'm using the SPI2 peripheral and you're using SPI3. I'm not using the MISO at all, and I'm passing the cs line to the To be honest I don't currently understand what struct the CS line should really belong to, or what the difference is between those SPI peripherals, but I am pretty sure that there is no MISO line because it is not shown in the schematic. |
@ophilli Thanks very much to show your code! I have a hard time to figure out its a problem of init method |
Hello, can you please confirm the display & touchscreen driver used by the ESP32-S3-BOX-3?
This spec graphic explains that the box-3 uses the ILI9342C display driver and does not mention provide much information about the touchscreen hardware, but the bsp seems to be using the ILI9341.
If I try to use examples that use the ILI9342C like https://github.com/sambenko/esp32s3box-display-and-publish and update the pins to match
I'm able to power on the backlight but I cannot display anything. Can you please provide confirmation about what hardware the box-3 comes with so that I can continue debugging?
The text was updated successfully, but these errors were encountered: