fix(conf) add missing LV_LOG_LEVEL default definition (#2996)

* fix(Kconfig) remove duplicate LV_BUILD_EXAMPLES configuration

* feat(refr) add reset of FPS statistics

* fix(conf) mismatched macro judgment

* fix(conf) add missing LV_LOG_LEVEL default definition

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2022-01-12 22:14:49 +08:00
committed by GitHub
parent 84c22ec7ed
commit 85a582a6df
2 changed files with 2 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ LV_EXPORT_CONST_INT(LV_DPI_DEF);
/*Set some defines if a dependecy is disabled*/
#if LV_USE_LOG == 0
#define LV_LOG_LEVEL LV_LOG_LEVEL_NONE
#define LV_LOG_TRACE_MEM 0
#define LV_LOG_TRACE_TIMER 0
#define LV_LOG_TRACE_INDEV 0