The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LVGL_COLOR_SCREEN_TRANSP

Transparency support

Type: bool

Help

Enable screen transparency. Useful for OSD or other overlapping GUISs.

Direct dependencies

LVGL_COLOR_DEPTH_32 && LVGL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At lib/gui/lvgl/Kconfig:80

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9

Menu path: (top menu) → Additional libraries → Graphical user interface

config LVGL_COLOR_SCREEN_TRANSP
    bool
    prompt "Transparency support" if LVGL_COLOR_DEPTH_32 && LVGL
    depends on LVGL_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.)