Minor updates

This commit is contained in:
Gabor
2017-05-15 09:14:48 +02:00
parent 50d30e8d88
commit 813a8e5476
4 changed files with 85 additions and 52 deletions

View File

@@ -26,6 +26,10 @@
#error "lv_app: Free pointer is required for application. Enable it lv_conf.h: LV_OBJ_FREE_P 1"
#endif
#if LV_OBJ_FREE_NUM == 0
#error "lv_app: Free number is required for application. Enable it lv_conf.h: LV_OBJ_FREE_NUM 1"
#endif
#if DM_CUSTOM == 0 && DM_MEM_SIZE < (2 * 1024)
#error "lv_app: not enough dynamic memory. Increase it in misc_conf.h: DM_MEM_SIZE"
#endif