diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-04-04 12:51:22 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-04-04 12:51:22 (GMT) |
| commit | bb7531e2085cee056161c528d84884d5a75c5e6e (patch) | |
| tree | 3b2df5a3d0f06ccf2d517597af5efb6153f4d4d0 /src/libs/lv_conf.h | |
| parent | 1d3742e14f09316a1d795527713eb8f9742f0ffb (diff) | |
double tap wakeup error fix
battery nonblocking read
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 0d1304a..b2c45ab 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -74,7 +74,7 @@ typedef int16_t lv_coord_t; #define LV_MEM_CUSTOM 0 #if LV_MEM_CUSTOM == 0 /* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/ -#define LV_MEM_SIZE (12U * 1024U) +#define LV_MEM_SIZE (14U * 1024U) /* Complier prefix for a big array declaration */ #define LV_MEM_ATTR |
