Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL_NONE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/misc/
Dlv_log.h32 #define LV_LOG_LEVEL_NONE 5 /**< Do not log anything*/ macro
40 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_NONE);
130 # if LV_LOG_LEVEL < LV_LOG_LEVEL_NONE
Dlv_log.c117 if(LV_LOG_LEVEL >= LV_LOG_LEVEL_NONE) return; /* disable log */ in lv_log()
/lvgl-latest/docs/porting/
Dlog.md12 - `LV_LOG_LEVEL_NONE` Do not log anything
/lvgl-latest/docs/get-started/platforms/
Darduino.md78 * LV_LOG_LEVEL_NONE Do not log anything
/lvgl-latest/src/
Dlv_conf_internal.h2517 #define LV_LOG_LEVEL LV_LOG_LEVEL_NONE
/lvgl-latest/
DKconfig305 config LV_LOG_LEVEL_NONE config in LVGL configuration""Feature configuration""Logging""choice2bf6b8b10104
316 default 5 if LV_LOG_LEVEL_NONE