test(conf): update conf and remove deprecated configs (#5881)

This commit is contained in:
Benign X
2024-03-15 18:02:43 +08:00
committed by GitHub
parent 0c84cc0b3b
commit 550c31b6ef
+2 -4
View File
@@ -1,10 +1,8 @@
#define LV_MEM_SIZE (32 * 1024 * 1024)
#define LV_SHADOW_CACHE_SIZE (8 * 1024)
#define LV_MEM_SIZE (32 * 1024 * 1024)
#define LV_DRAW_SW_SHADOW_CACHE_SIZE 8
#define LV_USE_LOG 1
#define LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#define LV_LOG_PRINTF 1
#define LV_USE_FONT_SUBPX 1
#define LV_FONT_SUBPX_BGR 1
#define LV_USE_ASSERT_NULL 1
#define LV_USE_ASSERT_MALLOC 1
#define LV_USE_ASSERT_MEM_INTEGRITY 1