mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Lowered LV_MEM_SIZE on esp8266
This commit is contained in:
parent
4b2b8e2b8a
commit
aa7115bef1
@ -77,7 +77,7 @@ typedef int16_t lv_coord_t;
|
|||||||
#if LV_MEM_CUSTOM == 0
|
#if LV_MEM_CUSTOM == 0
|
||||||
/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/
|
/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
# define LV_MEM_SIZE (12 * 1024U) // 12KB
|
# define LV_MEM_SIZE (10 * 1024U) // 12KB
|
||||||
#endif
|
#endif
|
||||||
#ifndef LV_MEM_SIZE
|
#ifndef LV_MEM_SIZE
|
||||||
# define LV_MEM_SIZE (20 * 1024U) // 48KB
|
# define LV_MEM_SIZE (20 * 1024U) // 48KB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user