The latest development version of this page may be more current than this released 1.14.1 version.
choice: Chroma key color

Chroma key color

Type: bool

Help

Color to to use as chroma key

Direct dependencies

LVGL

(Includes any dependencies from if’s and menus.)

Kconfig definition

At lib/gui/lvgl/Kconfig:87

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9

Menu path: (top menu) → Additional libraries → Graphical user interface

choice
    bool
    prompt "Chroma key color" if LVGL
    default LVGL_CHROMA_KEY_GREEN if LVGL
    depends on LVGL
    help
      Color to to use as chroma key

(Definitions include propagated dependencies, including from if’s and menus.)