zephyr/samples/modules/lvgl/screen_transparency/prj.conf
Martin Stumpf 3eae0201c8 samples: modules: lvgl: add screen_transparency sample
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>
2024-11-18 13:17:43 -05:00

10 lines
165 B
Plaintext

CONFIG_MAIN_STACK_SIZE=4096
CONFIG_LOG=y
CONFIG_LVGL=y
CONFIG_LV_Z_MEM_POOL_SIZE=16384
CONFIG_LV_COLOR_DEPTH_32=y
CONFIG_LV_COLOR_SCREEN_TRANSP=y
CONFIG_DISPLAY=y