Browse Source

change: lvgl日志默认关,调试时再开

Wendal Chen 4 years ago
parent
commit
030916f472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/lvgl/lv_conf.h

+ 1 - 1
components/lvgl/lv_conf.h

@@ -348,7 +348,7 @@ typedef void * lv_indev_drv_user_data_t;            /*Type of user data in the i
 
 /*1: Enable the log module*/
 #ifndef LV_USE_LOG
-#define LV_USE_LOG      1
+#define LV_USE_LOG      0
 #endif
 #if LV_USE_LOG
 /* How important log should be added: