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