fix(conf): fix a lot of new config realted issues

This commit is contained in:
Gabor Kiss-Vamosi
2022-07-19 17:21:19 +02:00
parent 09301a0970
commit 6104855491
32 changed files with 80 additions and 192 deletions

View File

@@ -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