:orphan: .. title:: LVGL_SHADOW .. option:: CONFIG_LVGL_SHADOW *Enable shadows* Type: ``bool`` Help ==== Enable shadows Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`LVGL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig:302`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:37`` → ``lib/Kconfig:15`` → ``lib/gui/Kconfig:9`` Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support .. parsed-literal:: config LVGL_SHADOW bool prompt "Enable shadows" if \ :option:`LVGL ` default "y" if \ :option:`LVGL ` depends on \ :option:`LVGL ` help Enable shadows *(Definitions include propagated dependencies, including from if's and menus.)*