Prevent logging internal LVGL errors to stdout
This commit is contained in:
parent
71b0b812a1
commit
79c1b2dfb6
4 changed files with 5 additions and 3 deletions
|
|
@ -246,7 +246,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||
|
||||
/*1: Print the log with 'printf';
|
||||
*0: User need to register a callback with `lv_log_register_print_cb()`*/
|
||||
# define LV_LOG_PRINTF 1
|
||||
# define LV_LOG_PRINTF 0
|
||||
|
||||
/*Enable/disable LV_LOG_TRACE in modules that produces a huge number of logs*/
|
||||
# define LV_LOG_TRACE_MEM 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue