37 lines
959 B
YAML
37 lines
959 B
YAML
common:
|
|
tags:
|
|
- display
|
|
- gui
|
|
platform_allow:
|
|
- native_posix_64
|
|
- native_sim_64
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
tests:
|
|
libraries.gui.lvgl: {}
|
|
libraries.gui.lvgl.dynamic.heap.libc:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_REQUIRES_FULL_LIBC=y
|
|
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
|
|
- CONFIG_LV_Z_MEM_POOL_HEAP_LIB_C=y
|
|
libraries.gui.lvgl.dynamic.pool.sys_heap:
|
|
extra_configs:
|
|
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
|
|
- CONFIG_LV_Z_MEM_POOL_SYS_HEAP=y
|
|
- CONFIG_LV_Z_MEM_POOL_SIZE=98304
|
|
libraries.gui.lvgl.16bit:
|
|
extra_configs:
|
|
- CONFIG_LV_COLOR_DEPTH_16=y
|
|
libraries.gui.lvgl.8bit:
|
|
extra_configs:
|
|
- CONFIG_LV_COLOR_DEPTH_8=y
|
|
libraries.gui.lvgl.mono:
|
|
extra_configs:
|
|
- CONFIG_LV_COLOR_DEPTH_1=y
|
|
libraries.gui.lvgl.16bit.swap:
|
|
extra_configs:
|
|
- CONFIG_LV_COLOR_DEPTH_16=y
|
|
- CONFIG_LV_COLOR_16_SWAP=y
|