:orphan: .. title:: CONFIG_LVGL_COLOR_SCREEN_TRANSP .. kconfig:: CONFIG_LVGL_COLOR_SCREEN_TRANSP CONFIG_LVGL_COLOR_SCREEN_TRANSP ############################### *Transparency support* Type: ``bool`` Help ==== .. code-block:: none Enable screen transparency. Useful for OSD or other overlapping GUISs. Direct dependencies =================== \ :kconfig:`LVGL_COLOR_DEPTH_32 ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gui/lvgl/Kconfig.graphical:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. code-block:: kconfig config LVGL_COLOR_SCREEN_TRANSP bool "Transparency support" depends on LVGL_COLOR_DEPTH_32 && LVGL help Enable screen transparency. Useful for OSD or other overlapping GUISs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*