feat: add lvgl based impl

This commit is contained in:
2024-11-18 16:34:52 +01:00
parent 6446310023
commit a33cb94a35
7 changed files with 1038 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000
# CONFIG_ESP_MAIN_TASK_STACK_SIZE=16000
CONFIG_ESP_MAIN_TASK_STACK_SIZE=48000
# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).