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

Chroma Key Red

Type: hex

Help

Value of the color red to be used in the chroma key

Direct dependencies

LVGL_CHROMA_KEY_CUSTOM && LVGL

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

Defaults

Kconfig definition

At lib/gui/lvgl/Kconfig:108

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

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

config LVGL_CUSTOM_CHROMA_KEY_RED
    hex
    prompt "Chroma Key Red" if LVGL_CHROMA_KEY_CUSTOM && LVGL
    range 0x00 0xFF if LVGL_CHROMA_KEY_CUSTOM && LVGL
    default 0x00 if LVGL_CHROMA_KEY_CUSTOM && LVGL
    depends on LVGL_CHROMA_KEY_CUSTOM && LVGL
    help
      Value of the color red to be used in the chroma key

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