double tap wakeup error fix

battery nonblocking read
This commit is contained in:
Joaquim
2021-04-04 13:51:22 +01:00
parent 1d3742e14f
commit bb7531e208
7 changed files with 89 additions and 68 deletions

View File

@@ -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