Home
last modified time | relevance | path

Searched refs:LV_LOG_INFO (Results 1 – 25 of 39) sorted by relevance

12

/lvgl-2.7.6/src/lv_misc/
Dlv_log.h86 #define LV_LOG_INFO(...) _lv_log_add(LV_LOG_LEVEL_INFO, __FILE__, __LINE__, __func__, __VA_ARGS__); macro
88 #define LV_LOG_INFO(...) macro
114 #define LV_LOG_INFO(...) macro
/lvgl-2.7.6/src/lv_draw/
Dlv_img_cache.c119 LV_LOG_INFO("image draw: cache miss, close and reuse an entry"); in _lv_img_cache_open()
122 LV_LOG_INFO("image draw: cache miss, cached to an empty entry"); in _lv_img_cache_open()
/lvgl-2.7.6/src/lv_widgets/
Dlv_objx_templ.c98 LV_LOG_INFO("template created"); in lv_templ_create()
Dlv_led.c94 LV_LOG_INFO("led created"); in lv_led_create()
Dlv_btn.c106 LV_LOG_INFO("button created"); in lv_btn_create()
Dlv_spinner.c114 LV_LOG_INFO("spinner created"); in lv_spinner_create()
Dlv_line.c101 LV_LOG_INFO("line created"); in lv_line_create()
Dlv_checkbox.c98 LV_LOG_INFO("check box created"); in lv_checkbox_create()
Dlv_win.c163 LV_LOG_INFO("window created"); in lv_win_create()
788 LV_LOG_INFO("win btn created"); in lv_win_btn_create()
Dlv_switch.c108 LV_LOG_INFO("switch created"); in lv_switch_create()
Dlv_objmask.c92 LV_LOG_INFO("object mask created"); in lv_objmask_create()
Dlv_keyboard.c175 LV_LOG_INFO("keyboard created"); in lv_keyboard_create()
Dlv_img.c127 LV_LOG_INFO("image created"); in lv_img_create()
180 LV_LOG_INFO("lv_img_set_src: `LV_IMG_SRC_VARIABLE` type found"); in lv_img_set_src()
Dlv_imgbtn.c106 LV_LOG_INFO("image button created"); in lv_imgbtn_create()
Dlv_tileview.c139 LV_LOG_INFO("tileview created"); in lv_tileview_create()
Dlv_spinbox.c114 LV_LOG_INFO("spinbox created"); in lv_spinbox_create()
Dlv_msgbox.c133 LV_LOG_INFO("message box created"); in lv_msgbox_create()
Dlv_textarea.c214 LV_LOG_INFO("text area created"); in lv_textarea_create()
251 LV_LOG_INFO("Text area: line break ignored in one-line mode"); in lv_textarea_add_char()
258 LV_LOG_INFO("Character is no accepted by the text area (too long text or not in the " in lv_textarea_add_char()
Dlv_slider.c109 LV_LOG_INFO("slider created"); in lv_slider_create()
Dlv_gauge.c130 LV_LOG_INFO("gauge created"); in lv_gauge_create()
Dlv_linemeter.c103 LV_LOG_INFO("line meter created"); in lv_linemeter_create()
Dlv_bar.c138 LV_LOG_INFO("bar created"); in lv_bar_create()
Dlv_cont.c118 LV_LOG_INFO("container created"); in lv_cont_create()
/lvgl-2.7.6/src/lv_core/
Dlv_group.c117 LV_LOG_INFO("lv_group_add_obj: the object is already added to this group"); in lv_group_add_obj()
127 LV_LOG_INFO("lv_group_add_obj: assign object to an other group"); in lv_group_add_obj()
/lvgl-2.7.6/tests/lv_test_core/
Dlv_test_font_loader.c205 LV_LOG_INFO("No differences found!"); in compare_fonts()

12