Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Demo for the ESP32-8048S050C Sunton kit with esp-idf and lvgl

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