CONFIG_LVGL_IMG_CF_INDEXED¶
Enable indexed image support
Type: bool
Help¶
Enable support for indexed images
Default¶
- y 
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.image:7
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:28
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Image decoder and cache
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.)