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