From a89e0db18adfba1f5e70dfba899b831f40583571 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Thu, 19 Oct 2023 08:23:14 +0200 Subject: [PATCH] increased the available memory to lvgl from 30k to 35k of RAM --- src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h b/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h index 103c9fb..ad92e3d 100644 --- a/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h +++ b/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h @@ -49,7 +49,7 @@ #define LV_MEM_CUSTOM 0 #if LV_MEM_CUSTOM == 0 /*Size of the memory available for `lv_mem_alloc()` in bytes (>= 2kB)*/ - #define LV_MEM_SIZE (30 * 1024U) /*[bytes]*/ + #define LV_MEM_SIZE (35 * 1024U) /*[bytes]*/ /*Set an address for the memory pool instead of allocating it as a normal array. Can be in external SRAM too.*/ #define LV_MEM_ADR 0 /*0: unused*/