summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-07-17 17:22:59 +1000
committerjacqueline <me@jacqueline.id.au>2024-07-17 17:22:59 +1000
commit2ab459598c60b7df0d4b0dddf4a1e7c71ae985a1 (patch)
tree6b459f78acef7adf8737789d7d3534cccee6dd20 /lib
parent7012e64a14841fb018289529d08e5542e33f2151 (diff)
downloadtangara-fw-2ab459598c60b7df0d4b0dddf4a1e7c71ae985a1.tar.gz
Encode snapshots as PNGs when saving to disk
Diffstat (limited to 'lib')
-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 026e2ee2..6bff1096 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 (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