From 1634b17360fa3c5f6de83912de9b48ea7fda8fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Sat, 28 Feb 2026 19:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9LVGL=20MEM=20SIZE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/Power_Pico/Middlewares/LVGL/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/Power_Pico/Middlewares/LVGL/lv_conf.h b/software/Power_Pico/Middlewares/LVGL/lv_conf.h index 498649e..1c010c0 100644 --- a/software/Power_Pico/Middlewares/LVGL/lv_conf.h +++ b/software/Power_Pico/Middlewares/LVGL/lv_conf.h @@ -53,7 +53,7 @@ #if LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN /*Size of the memory available for `lv_malloc()` in bytes (>= 2kB)*/ - #define LV_MEM_SIZE (64 * 1024U) /*[bytes]*/ + #define LV_MEM_SIZE (32 * 1024U) /*[bytes]*/ /*Size of the memory expand for `lv_malloc()` in bytes*/ #define LV_MEM_POOL_EXPAND_SIZE 0