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>
10 lines
165 B
Plaintext
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
|