From ba93ee16561c06b4d69069b64babb65b8d2def5d Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Thu, 2 Jan 2025 22:16:58 -0500 Subject: [PATCH 1/2] Sunton_esp32_8048S050: update board info with CIRCUITPY_DISPLAY_FREQUENCY parameter --- _board/sunton_esp32_8048S050.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_board/sunton_esp32_8048S050.md b/_board/sunton_esp32_8048S050.md index cd36e4e05..808d7d3e5 100644 --- a/_board/sunton_esp32_8048S050.md +++ b/_board/sunton_esp32_8048S050.md @@ -15,6 +15,9 @@ features: These are great "all-in-one" device that have integrated ESP32-S3 chips with 16 MB of flash and 8MB PSram. The display resolution is 800x480. This one has a display size of 5" and built in capacitive touch panel. +Depending on your board variant you may need to: + - adjust the screen display frequency using CIRCUITPY_DISPLAY_FREQUENCY in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). + ## Technical details - Onboard 5" 800x480 pixels 65K color Touch LCD display. From bea8fa359e166803125c8416601909d21461f314 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Fri, 3 Jan 2025 13:34:15 -0500 Subject: [PATCH 2/2] Add CP version parameter became available --- _board/sunton_esp32_8048S050.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_board/sunton_esp32_8048S050.md b/_board/sunton_esp32_8048S050.md index 808d7d3e5..ebc25c87c 100644 --- a/_board/sunton_esp32_8048S050.md +++ b/_board/sunton_esp32_8048S050.md @@ -16,7 +16,7 @@ features: These are great "all-in-one" device that have integrated ESP32-S3 chips with 16 MB of flash and 8MB PSram. The display resolution is 800x480. This one has a display size of 5" and built in capacitive touch panel. Depending on your board variant you may need to: - - adjust the screen display frequency using CIRCUITPY_DISPLAY_FREQUENCY in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). + - adjust the screen display frequency using CIRCUITPY_DISPLAY_FREQUENCY (available on CircuitPython 9.2.2 or later) in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). ## Technical details