Adds a sample that renders the simple `hello world` LVGL demo with a transparent background, to demonstrate ARGB8888 framebuffer capabilities. Signed-off-by: Martin Stumpf <finomnis@gmail.com>
19 lines
401 B
YAML
19 lines
401 B
YAML
sample:
|
|
description: Demonstrating Screen Transparency using LVGL
|
|
name: LVGL screen transparency
|
|
tests:
|
|
sample.modules.lvgl.screen_transparency:
|
|
filter: dt_chosen_enabled("zephyr,display")
|
|
min_flash: 250
|
|
min_ram: 32
|
|
harness: none
|
|
tags:
|
|
- samples
|
|
- display
|
|
- gui
|
|
- lvgl
|
|
modules:
|
|
- lvgl
|
|
integration_platforms:
|
|
- native_sim/native/64
|