summaryrefslogtreecommitdiff
path: root/lib/lvgl
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-14 13:35:42 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-14 13:35:42 +1000
commit7f2d56e29ad41e13888828d2d58b17c327a94e36 (patch)
treea36fde2a4c7fccc0ca16758c30f3f99ee34b3181 /lib/lvgl
parent5086ab96ea648cd842addb02b188f29bff7bbadd (diff)
downloadtangara-fw-7f2d56e29ad41e13888828d2d58b17c327a94e36.tar.gz
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.
Diffstat (limited to 'lib/lvgl')
-rw-r--r--lib/lvgl/lv_conf.h2
1 files changed, 1 insertions, 1 deletions
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