chore: code and configs cleanups; add builtin cache tracing (#4593)

This commit is contained in:
PGNetHun
2023-09-25 17:16:22 +02:00
committed by GitHub
parent 064a844d74
commit 453235c245
10 changed files with 86 additions and 75 deletions
+2 -3
View File
@@ -253,7 +253,8 @@
#define LV_LOG_TRACE_OBJ_CREATE 1
#define LV_LOG_TRACE_LAYOUT 1
#define LV_LOG_TRACE_ANIM 1
#define LV_LOG_TRACE_MSG 1
#define LV_LOG_TRACE_MSG 1
#define LV_LOG_TRACE_CACHE 1
#endif /*LV_USE_LOG*/
@@ -499,8 +500,6 @@
#define LV_USE_CHECKBOX 1
#define LV_USE_COLORWHEEL 1
#define LV_USE_DROPDOWN 1 /*Requires: lv_label*/
#define LV_USE_IMG 1 /*Requires: lv_label*/