:orphan: .. title:: CONFIG_LVGL_SHADOW_CACHE_SIZE .. kconfig:: CONFIG_LVGL_SHADOW_CACHE_SIZE CONFIG_LVGL_SHADOW_CACHE_SIZE ############################# *Shadow cache size* Type: ``int`` Help ==== .. code-block:: none Allow buffering some shadow calculation. This parameter is the maximum shadow size to buffer. Direct dependencies =================== \ :kconfig:`LVGL_USE_SHADOW ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/gui/lvgl/Kconfig.feature:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:27`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Feature usage → Enable shadows .. code-block:: kconfig config LVGL_SHADOW_CACHE_SIZE int "Shadow cache size" default 0 depends on LVGL_USE_SHADOW && LVGL help Allow buffering some shadow calculation. This parameter is the maximum shadow size to buffer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*