I’ll say again, the docs you were telling on were a preview of a documentation pull request , this one
It is the preview of docs for the 7" elecrow screen.
As it is a preview, so presumably the code to support this device isn’t in esphome yet, but in any event it doesn’t even seem to be your 7 inch screen.
I can’t find any suggestion that your device is supported, either in existing code, or proposed code in the PRs.
If you think it is supported, could you please identify the esp code, or docs.
I had a flickering problem with my Sunton ESP32-S3-8048S070 7" screen. Take a look at the section noted “# Required to achieve sufficient PSRAM bandwidth” that is what I needed to add to get it working.
Thanks a lot @andrew_NH !!!
It is now working great!
This is what I had to yaml:
sdkconfig_options:
COMPILER_OPTIMIZATION_SIZE: y
CONFIG_ESP32_S3_BOX_BOARD: y
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: y
CONFIG_ESP32S3_DATA_CACHE_64KB: y
CONFIG_SPIRAM_FETCH_INSTRUCTIONS: y
CONFIG_SPIRAM_RODATA: y
What do you think of this screen? What is the quality of the LCD? I am using the Sunton ESP32-S3-8048S070 which is $10 cheaper but I always like to try out a new screen.
Also it seems like there is a 1024px version of this screen. That would make it the highest resolution ESP32 screen available. Have you tried that one?
Hi great work, i tried to add your work to my MaTouch ESP32S3 7" 1024x600 panel. Touch is working but the display only renders a small line at the left side. Do you know what the problem could be? https://github.com/magverhoeven/esphome-configs