stm32f103_lvgl_8080lcd: fix compilation error

This commit is contained in:
wangyz1997 2024-10-04 20:06:33 +08:00
parent cb4cc25933
commit 8d2857b15c

View File

@ -49,7 +49,7 @@
#define LV_MEM_CUSTOM 0
#if LV_MEM_CUSTOM == 0
/*Size of the memory available for `lv_mem_alloc()` in bytes (>= 2kB)*/
# define LV_MEM_SIZE (18U * 1024U) /*[bytes]*/
# define LV_MEM_SIZE (16U * 1024U) /*[bytes]*/
/*Set an address for the memory pool instead of allocating it as a normal array. Can be in external SRAM too.*/
# define LV_MEM_ADR 0 /*0: unused*/