Browse Source

add:LUAT_LV_DEBUG默认关闭

Dozingfiretruck 4 years ago
parent
commit
feca37941b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/port/luat_conf_bsp.h

+ 1 - 1
app/port/luat_conf_bsp.h

@@ -74,7 +74,7 @@
 // LVGL
 #define LUAT_USE_LVGL
 #define LV_DISP_DEF_REFR_PERIOD 10
-// #define LUAT_LV_DEBUG 0
+#define LUAT_LV_DEBUG 0
 
 #define LUAT_USE_LVGL_INDEV 1