-
CONFIG_LVGL_THEME_MATERIAL
¶
Enable material theme support
Type: bool
Help¶
Enable material theme, flat theme with bold colors and light shadow, support
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.themes:39
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_MATERIAL bool "Enable material theme support" depends onLVGL_THEMES
&&LVGL
help Enable material theme, flat theme with bold colors and light shadow, support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)