File tree Expand file tree Collapse file tree
lib/3rd_party_adapters/LVGL Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ void GuiEngine::registerKeyPad(IKeypad *keypad)
201201void GuiEngine::refresh ()
202202{
203203 lv_timer_handler ();
204- LV_LOG_USER (" Adafruit display() start" );
204+ LV_LOG_TRACE (" Adafruit display() start" );
205205 this ->display .display ();
206- LV_LOG_USER (" Adafruit display() end" );
206+ LV_LOG_TRACE (" Adafruit display() end" );
207207}
208208
209209/* *
Original file line number Diff line number Diff line change 240240 *LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
241241 *LV_LOG_LEVEL_USER Only logs added by the user
242242 *LV_LOG_LEVEL_NONE Do not log anything*/
243- #define LV_LOG_LEVEL LV_LOG_LEVEL_INFO
243+ #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
244244
245245 /*1: Print the log with 'printf';
246246 *0: User need to register a callback with `lv_log_register_print_cb()`*/
You can’t perform that action at this time.
0 commit comments