-
CONFIG_LVGL_CUSTOM_CHROMA_KEY_BLUE
¶
Chroma Key Blue
Type: hex
Help¶
Value of the color blue to be used in the chroma key
Direct dependencies¶
LVGL_CHROMA_KEY_CUSTOM
&& LVGL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x00 if
LVGL_CHROMA_KEY_CUSTOM
&&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig:122
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface
config LVGL_CUSTOM_CHROMA_KEY_BLUE hex prompt "Chroma Key Blue" ifLVGL_CHROMA_KEY_CUSTOM
&&LVGL
range 0x00 0xFF ifLVGL_CHROMA_KEY_CUSTOM
&&LVGL
default 0x00 ifLVGL_CHROMA_KEY_CUSTOM
&&LVGL
depends onLVGL_CHROMA_KEY_CUSTOM
&&LVGL
help Value of the color blue to be used in the chroma key
(Definitions include propagated dependencies, including from if’s and menus.)