-
CONFIG_LVGL_COLOR_SCREEN_TRANSP
¶
Transparency support
Type: bool
Help¶
Enable screen transparency. Useful for OSD or other overlapping GUISs.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig:80
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_COLOR_SCREEN_TRANSP bool prompt "Transparency support" ifLVGL_COLOR_DEPTH_32
&&LVGL
depends onLVGL_COLOR_DEPTH_32
&&LVGL
help Enable screen transparency. Useful for OSD or other overlapping GUISs.
(Definitions include propagated dependencies, including from if’s and menus.)