Searched refs:LV_LOG_LEVEL_USER (Results 1 – 4 of 4) sorted by relevance
31 #define LV_LOG_LEVEL_USER 4 /**< Custom logs from the user*/ macro39 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_USER);122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER123 # define LV_LOG_USER(...) _lv_log_add(LV_LOG_LEVEL_USER, __FILE__, __LINE__, __func__, __VA_ARGS…
11 - `LV_LOG_LEVEL_USER` Only user messages
17 …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.
303 config LV_LOG_LEVEL_USER config in LVGL configuration""Feature configuration""Logging""choice7f0103790104315 default 4 if LV_LOG_LEVEL_USER