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