linuxOS_MC3302/sdk/X-AIOS-LT00-V1.0.4/build/kconf/Kconfig.guiengine

68 lines
1.2 KiB
Plaintext
Raw Normal View History

2026-01-30 08:53:24 +00:00
#
# For a description of the syntax of this configuration file,
# core/package/guiengine configuration.
#
if !XOS_USE_NO_QUAUI
menu "GUI Engine"
config XOS_FWK_GUIENG_LVGL9
bool "lvgl9"
default n
help
Select the xos framework gui engine lvgl9.
config XOS_USE_LVGL_DEMOS
bool "lvgl demos"
default n
help
Select the xos lvgl demos.
config XOS_LVGL_MEM_CNT
bool "lvgl mem cnt"
default n
help
Select the xos lvgl mem cnt.
config XOS_USE_TINY_TTF
bool "lvgl tiny ttf"
default n
help
Select the xos lvgl tiny ttf.
config XOS_USE_GIF
bool "lvgl gif lib"
default n
help
Select the xos use gif.
config XOS_USE_PNG
bool "lvgl png lib"
default n
help
Select the xos use png.
config XOS_USE_TJPG
bool "lvgl tjpg"
default n
help
Select the xos lvgl lvgl tjpg.
config XOS_LVGL_BTN_NO_SHADOW
bool "lvgl button theme no shadow"
default n
help
set the xos light mode theme button no shadow.
config XOS_RTT_LVRENDER_PRIO
int "lvgl lvrendor priority (0~255)"
range 0 256
default 0
help
Set the priority value for XOS lvgl render thread (0~255)for rtt os.
endmenu
endif # XOS_USE_NO_QUAUI