Encode snapshots as PNGs when saving to disk

This commit is contained in:
jacqueline
2024-07-17 17:22:59 +10:00
parent 7012e64a14
commit 2ab459598c
4 changed files with 68 additions and 17 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 (1024U * 1024U) /*[bytes]*/
#define LV_MEM_SIZE (1536U * 1024U) /*[bytes]*/
/*Size of the memory expand for `lv_malloc()` in bytes*/
#define LV_MEM_POOL_EXPAND_SIZE 0