From 7f2d56e29ad41e13888828d2d58b17c327a94e36 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 14 Jun 2024 13:35:42 +1000 Subject: Load fonts dynamically from /lua This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually. --- lib/lvgl/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lvgl') diff --git a/lib/lvgl/lv_conf.h b/lib/lvgl/lv_conf.h index bfcb3924..b49c8d45 100644 --- a/lib/lvgl/lv_conf.h +++ b/lib/lvgl/lv_conf.h @@ -47,7 +47,7 @@ #if LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN /*Size of the memory available for `lv_malloc()` in bytes (>= 2kB)*/ - #define LV_MEM_SIZE (256U * 1024U) /*[bytes]*/ + #define LV_MEM_SIZE (1024U * 1024U) /*[bytes]*/ /*Size of the memory expand for `lv_malloc()` in bytes*/ #define LV_MEM_POOL_EXPAND_SIZE 0 -- cgit v1.2.3