Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-sven/esp32-8048s050c
Demo for the ESP32-8048S050C Sunton kit with esp-idf and lvgl
https://github.com/mr-sven/esp32-8048s050c
esp-idf esp32 esp32-8048s050 esp32s3 lvgl st7262 sunton
Last synced: 2 months ago
JSON representation
Demo for the ESP32-8048S050C Sunton kit with esp-idf and lvgl
- Host: GitHub
- URL: https://github.com/mr-sven/esp32-8048s050c
- Owner: mr-sven
- Created: 2024-02-26T19:03:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:35:22.000Z (3 months ago)
- Last Synced: 2024-10-10T13:24:07.256Z (2 months ago)
- Topics: esp-idf, esp32, esp32-8048s050, esp32s3, lvgl, st7262, sunton
- Language: C
- Homepage:
- Size: 67.4 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32-8048S050C
**Implementation with FreeRTOS OSAL and LVGL 9.2**
Sunton ESP32-S3 800x480 Capacitive touch display
Example using esp-idf 5.2 and the esp_lcd_touch_gt911 and lvgl components.
In gt911_touch_init, a callback is registered to map the measured touch coordinates to display coordinates, see header file for information.
* Set esp-idf target to ESP32S3, other versions might lack rgb panel support.
* The supplied sdkconfig.defaults configures SPIRAM, regenerate your sdkconfig if needed.idf.py set-target esp32s3 idf.py build flash monitor
## Branches
* [Main](../../tree/main)
* LVGL 9.2.0
* LVGL requires 128kb RAM for demo widgets
* can use OSAL via `CONFIG_LV_OS_FREERTOS`
* can use double-FB and direct rendering* [Test](../../tree/lvgl-test) - test branch