Tweak lvgl memory size

This commit is contained in:
fvanroie 2020-03-26 23:22:07 +01:00
parent 36bce5c10f
commit 69fa39058c

View File

@ -77,7 +77,7 @@ typedef int16_t lv_coord_t;
#if LV_MEM_CUSTOM == 0
/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/
#ifdef ESP8266
# define LV_MEM_SIZE (25 * 512U) // 12.5KB
# define LV_MEM_SIZE (10 * 1024U) // 12KB
#endif
#ifndef LV_MEM_SIZE
# define LV_MEM_SIZE (48 * 1024U) // 48KB