ci(test): add more tests for LV_OBJ_FLAG_OVERFLOW_VISIBLE

This commit is contained in:
Gabor Kiss-Vamosi
2023-08-22 23:44:45 +02:00
parent c7e8b8447d
commit 5d604b46ab
7 changed files with 61 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#define LV_MEM_SIZE (8 * 1024 * 1024)
#define LV_LAYER_MAX_MEMORY_USAGE (1 * 1024)
#define LV_MEM_SIZE (32 * 1024 * 1024)
#define LV_LAYER_MAX_MEMORY_USAGE (4 * 1024)
#define LV_USE_DRAW_MASKS 1
#define LV_SHADOW_CACHE_SIZE (8 * 1024)
#define LV_IMG_CACHE_DEF_SIZE 32