:orphan: .. title:: LVGL_CHROMA_KEY_CUSTOM .. option:: CONFIG_LVGL_CHROMA_KEY_CUSTOM *Custom* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig:100`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``lib/Kconfig:12`` → ``lib/gui/Kconfig:4`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Chroma key color .. parsed-literal:: config LVGL_CHROMA_KEY_CUSTOM bool "Custom" depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*