From 8be5b035861908b643d37197d1096958d36e8b6f Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 30 Mar 2020 00:27:26 +0200 Subject: [PATCH] Increase lvgl memory reservation --- include/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lv_conf.h b/include/lv_conf.h index 867a19db..9fdc8d6a 100644 --- a/include/lv_conf.h +++ b/include/lv_conf.h @@ -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 (10 * 1024U) // 12KB +# define LV_MEM_SIZE (12 * 1024U) // 12KB #endif #ifndef LV_MEM_SIZE # define LV_MEM_SIZE (48 * 1024U) // 48KB