1.. zephyr:code-sample:: lvgl-screen-transparency
2   :name: LVGL screen transparency
3   :relevant-api: display_interface
4
5   Rendering to screens with transparency support using LVGL.
6
7Overview
8********
9
10A sample application that demonstrates how to use LVGL to render to
11screens that support transparency, like OSD overlays.
12
13Requirements
14************
15
16* A board with a display that supports ``ARGB8888`` color.
17
18.. _lvgl_screen_transparency_building_and_running:
19
20Building and Running
21********************
22
23The demo can be built as follows:
24
25.. zephyr-app-commands::
26   :zephyr-app: samples/modules/lvgl/screen_transparency
27   :host-os: unix
28   :board: native_sim
29   :goals: run
30   :compact:
31