The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LVGL_IMG_CF_INDEXED

Enable indexed image support

Type: bool

Help

Enable support for indexed images

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At lib/gui/lvgl/Kconfig.image:7

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:8lib/gui/Kconfig:4lib/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.)