Setting up Waveshare ESP32-S3-Touch-LCD-7 board, 800 x 480 #333
Closed
MarkMakies
started this conversation in
Board Specific
Replies: 2 comments 5 replies
-
the display is stable with the original parameters you have to dial down the frequency to 13 mhz on the bus. otherwise the UI starts to walk across the display. You are able to turn it up because you are overclocking the SPI RAM so it is able to run faster. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Ok, I have a definitive PCLK frequency (MHz) sweet spot for this board: 12.9 Mhz
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It took me forever to get this going, so just in case you have one of these and need some basic help, here it is. If I had this info when I started it would have saved me days. Nothing here is perfected, but it works. Most of this has been posted by others, but this brings it all together which worked for me.
Note I haven't been able to get touch to work. I think there is a conflict with pins 8 & 9 and I won't be trying as I dont need to use it for my application.
This is specific to the Waveshare ESP32-S3-Touch-LCD-7 board, 800 x 480, ESP32-S3-WROOM-1 (N8R8) 8MB PSRAM, 8MB Flash, ST7262 display driver, GT911 touch driver.
(https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-7#Overview)
I used the following to build and flash
On boot REPL shows: Version: LVGL (9.2.2) MicroPython (1.24.1) Binding compiled on 2025-04-26; Generic ESP32S3 module with Octal-SPIRAM with ESP32S3
Setup code
(touch components commented out)
And used this code to test stability and colour
Hopefully you see this...
Wi-Fi / MQTT
I specifically use this display to chart some MQTT telemetry. My data points come in every 1 minute and I show the last 600 points, corresponding to 10 hours.
Beta Was this translation helpful? Give feedback.
All reactions