-
CONFIG_LVGL_CUSTOM_CHROMA_KEY_RED
¶
Chroma Key Red
Type: hex
Help¶
Value of the color red to be used in the chroma key
Default¶
0x00
Kconfig definition¶
At lib/gui/lvgl/Kconfig:106
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
Menu path: (Top) → Additional libraries → LittlevGL GUI library
config LVGL_CUSTOM_CHROMA_KEY_RED hex "Chroma Key Red" range 0x00 0xFF default 0x00 depends onLVGL_CHROMA_KEY_CUSTOM
&&LVGL
help Value of the color red to be used in the chroma key
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)