-
CONFIG_LVGL_THEME_LIVE_UPDATE
¶
Enable runtime theme switching
Type: bool
Help¶
Enable runtime theme switching, this will consume 8 to 10kB of RAM.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.themes:13
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 → Enable build-in themes
config LVGL_THEME_LIVE_UPDATE bool "Enable runtime theme switching" depends onLVGL_THEMES
&&LVGL
help Enable runtime theme switching, this will consume 8 to 10kB of RAM.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)