From 69fa39058cf42841d0b06f8f1776f8675c469ad1 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 26 Mar 2020 23:22:07 +0100 Subject: [PATCH] Tweak lvgl memory size --- 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 0bf5eeb0..aa373412 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 (25 * 512U) // 12.5KB +# define LV_MEM_SIZE (10 * 1024U) // 12KB #endif #ifndef LV_MEM_SIZE # define LV_MEM_SIZE (48 * 1024U) // 48KB