diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-07-24 15:29:17 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-07-24 15:29:17 +1000 |
| commit | eb5d0d50cd5a8d807897c08438e932083e5197c2 (patch) | |
| tree | 660e9af57bfb6256ca36afbc4e05bd47be0123c1 /lib | |
| parent | 69cd2847577f88a2f4148bca91df5670ce714a94 (diff) | |
| download | tangara-fw-eb5d0d50cd5a8d807897c08438e932083e5197c2.tar.gz | |
Bump up LVGL's memory allotment
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lvgl/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lvgl/lv_conf.h b/lib/lvgl/lv_conf.h index 6bff1096..3adaeb8f 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 (1536U * 1024U) /*[bytes]*/ + #define LV_MEM_SIZE (2048U * 1024U) /*[bytes]*/ /*Size of the memory expand for `lv_malloc()` in bytes*/ #define LV_MEM_POOL_EXPAND_SIZE 0 |
