CONFIG_LVGL_CUSTOM_COLOR_TRANSP_BLUE
Chroma Key Blue
Type: hex
Help
Value of the color blue to be used in the chroma key
Direct dependencies
LVGL_COLOR_TRANSP_CUSTOM
&& LVGL
(Includes any dependencies from ifs and menus.)
Default
0x00
Kconfig definition
At <Library>/gui/lvgl/Kconfig.graphical:101
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/Kconfig:8
→ <Library>/gui/Kconfig:4
→ <Library>/gui/lvgl/Kconfig:24
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings
config LVGL_CUSTOM_COLOR_TRANSP_BLUE
hex "Chroma Key Blue"
range 0x00 0xFF
default 0x00
depends on LVGL_COLOR_TRANSP_CUSTOM && LVGL
help
Value of the color blue to be used in the chroma key
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)