LVGL screen transparency

Browse source code on GitHub

Overview

A sample application that demonstrates how to use LVGL to render to screens that support transparency, like OSD overlays.

Requirements

  • A board with a display that supports ARGB8888 color.

Building and Running

The demo can be built as follows:

west build -b native_sim samples/modules/lvgl/screen_transparency
west build -t run

See also

Display Interface