-
CONFIG_LVGL_THEMES
¶
Enable build-in themes
Type: bool
Help¶
Enable build-in themes
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.themes:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:456
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Themes
config LVGL_THEMES
bool "Enable build-in themes"
depends on LVGL
help
Enable build-in themes
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)