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.
This commit is contained in:
jacqueline
2024-06-14 13:35:42 +10:00
parent 5086ab96ea
commit 7f2d56e29a
10 changed files with 78 additions and 139827 deletions
+1 -1
View File
@@ -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