• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/04-Jan-2025-7350

CMakeLists.txtD04-Jan-2025237 106

KconfigD04-Jan-2025119 53

README.rstD04-Jan-2025693 3121

prj.confD04-Jan-2025133 96

sample.yamlD04-Jan-2025401 1918

README.rst

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