mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Allow LV_MEM_CUSTOM override also in v8
This commit is contained in:
parent
66fe185bfe
commit
99d9a0668e
@ -86,8 +86,10 @@ typedef int16_t lv_coord_t;
|
||||
/* LittelvGL's internal memory manager's settings.
|
||||
* The graphical objects and other related data are stored here. */
|
||||
|
||||
#ifndef LV_MEM_CUSTOM
|
||||
/* 1: use custom malloc/free, 0: use the built-in `lv_mem_alloc` and `lv_mem_free` */
|
||||
#define LV_MEM_CUSTOM 0
|
||||
#endif
|
||||
#if LV_MEM_CUSTOM == 0
|
||||
/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/
|
||||
//# define LV_MEM_SIZE (32U * 1024U)
|
||||
|
Loading…
x
Reference in New Issue
Block a user