Searched refs:LV_LOG_LEVEL_USER (Results 1 – 7 of 7) sorted by relevance
30 #define LV_LOG_LEVEL_USER 4 /**< Log only custom log messages added by the user. */ macro38 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_USER);130 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER131 # define LV_LOG_USER(...) lv_log_add(LV_LOG_LEVEL_USER, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA…
135 custom_print_cb(LV_LOG_LEVEL_USER, buf); in lv_log()
21 - :c:macro:`LV_LOG_LEVEL_USER`: Only user messages
329 #define LV_LOG_LEVEL LV_LOG_LEVEL_USER
84 5. Update `LV_LOG_PRINTF` to `1` and `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER`
173 - :c:macro:`LV_LOG_LEVEL` <= :c:macro:`LV_LOG_LEVEL_USER`
520 config LV_LOG_LEVEL_USER config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404532 default 4 if LV_LOG_LEVEL_USER