:orphan: .. title:: LVGL_IMG_CF_INDEXED .. option:: CONFIG_LVGL_IMG_CF_INDEXED *Enable indexed image support* Type: ``bool`` Help ==== .. code-block:: none Enable support for indexed images Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/gui/lvgl/Kconfig.image:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:28`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Image decoder and cache .. code-block:: kconfig config LVGL_IMG_CF_INDEXED bool "Enable indexed image support" default y depends on LVGL help Enable support for indexed images *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*