We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ed264 commit 7c98319Copy full SHA for 7c98319
Firmware/graphics/lvgl_lib/lvgl_library/lv_conf.h
@@ -80,7 +80,7 @@ typedef int16_t lv_coord_t;
80
#define LV_MEM_CUSTOM 0
81
#if LV_MEM_CUSTOM == 0
82
/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/
83
-# define LV_MEM_SIZE (77U * 1024U) // (256 * 1024)
+# define LV_MEM_SIZE (15U * 1024U) // (256 * 1024)
84
85
/* Compiler prefix for a big array declaration */
86
# define LV_MEM_ATTR
0 commit comments