Skip to content
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

Sunton_esp32_8048S050: update board info with CIRCUITPY_DISPLAY_FREQU… #1562

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _board/sunton_esp32_8048S050.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (available on CircuitPython 9.2.2 or later) in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html).

## Technical details

- Onboard 5" 800x480 pixels 65K color Touch LCD display.
Expand Down
Loading