fix(config): add config LV_USE_OS in Kconfig (#4736)

Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-11-02 18:00:57 +08:00
committed by GitHub
parent cafc8393a7
commit 406631bd92
+11
View File
@@ -170,6 +170,17 @@ menu "LVGL configuration"
help
Max. memory to be used for layers.
config LV_USE_OS
int "Default operating system to use"
default 0
help
"Select an operating system to use. Possible options:"
0:LV_OS_NONE
1:LV_OS_PTHREAD
2:LV_OS_FREERTOS
3:LV_OS_CMSIS_RTOS2
255:LV_OS_CUSTOM
config LV_USE_DRAW_SW
bool "Enable software rendering"
default y