update lv_conf_checker.h

This commit is contained in:
Gabor Kiss-Vamosi
2019-01-28 15:32:50 +01:00
parent fba3337925
commit 3b7a468c6a

View File

@@ -197,6 +197,9 @@
#ifndef USE_LV_FILESYSTEM
#define USE_LV_FILESYSTEM 1 /*1: Enable file system (might be required for images*/
#endif
#ifndef USE_LV_MULTI_LANG
#define USE_LV_MULTI_LANG 0 /* Number of languages for labels to store (0: to disable this feature)*/
#endif
/*Compiler settings*/
#ifndef LV_ATTRIBUTE_TICK_INC