1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore: update lv_conf_internal.h

This commit is contained in:
Gabor Kiss-Vamosi 2022-01-29 14:35:05 +01:00
parent 7f4cde9388
commit f6a61df3ae

View File

@ -122,7 +122,7 @@
#ifdef CONFIG_LV_MEM_SIZE
#define LV_MEM_SIZE CONFIG_LV_MEM_SIZE
#else
#define LV_MEM_SIZE (32U * 1024U) /*[bytes]*/
#define LV_MEM_SIZE (48U * 1024U) /*[bytes]*/
#endif
#endif