Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL_USER (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.6.0/src/misc/
Dlv_log.h31 #define LV_LOG_LEVEL_USER 4 /**< Custom logs from the user*/ macro
39 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_USER);
122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER
123 # define LV_LOG_USER(...) _lv_log_add(LV_LOG_LEVEL_USER, __FILE__, __LINE__, __func__, __VA_ARGS…
/lvgl-3.6.0/docs/porting/
Dlog.md11 - `LV_LOG_LEVEL_USER` Only user messages
/lvgl-3.6.0/demos/benchmark/
DREADME.md17 …etting macro `LV_USE_LOG` to `1` and trace level `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER` or higher, …
115 - Setting trace level `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER` or higher.
/lvgl-3.6.0/
DKconfig303 config LV_LOG_LEVEL_USER config in LVGL configuration""Feature configuration""Logging""choice7f0103790104
315 default 4 if LV_LOG_LEVEL_USER