fix(conf): fix a lot of new config realted issues
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#if LV_USE_DEMO_WIDGETS
|
||||
|
||||
#if LV_MEM_CUSTOM == 0 && LV_MEM_SIZE < (38ul * 1024ul)
|
||||
#if LV_USE_BUILTIN_MALLOC && LV_MEM_SIZE < (38ul * 1024ul)
|
||||
#error Insufficient memory for lv_demo_widgets. Please set LV_MEM_SIZE to at least 38KB (38ul * 1024ul). 48KB is recommended.
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user