Searched refs:LV_LOG_INFO (Results 1 – 25 of 36) sorted by relevance
12
83 #define LV_LOG_INFO(dsc) lv_log_add(LV_LOG_LEVEL_INFO, __FILE__, __LINE__, dsc); macro85 #define LV_LOG_INFO(dsc) … macro120 #define LV_LOG_INFO(dsc) … macro
107 LV_LOG_INFO("image draw: cache miss, close and reuse an entry"); in lv_img_cache_open()109 LV_LOG_INFO("image draw: cache miss, cached to an empty entry"); in lv_img_cache_open()
92 LV_LOG_INFO("template created"); in lv_templ_create()
108 LV_LOG_INFO("image created"); in lv_img_create()152 LV_LOG_INFO("lv_img_set_src: `LV_IMG_SRC_VARIABLE` type found"); in lv_img_set_src()
96 LV_LOG_INFO("led created"); in lv_led_create()
97 LV_LOG_INFO("arc created"); in lv_arc_create()
92 LV_LOG_INFO("line created"); in lv_line_create()
106 LV_LOG_INFO("line meter created"); in lv_lmeter_create()
116 LV_LOG_INFO("preload created"); in lv_preload_create()
112 LV_LOG_INFO("check box created"); in lv_cb_create()
97 LV_LOG_INFO("image button created"); in lv_imgbtn_create()
116 LV_LOG_INFO("switch created"); in lv_sw_create()
157 LV_LOG_INFO("keyboard created"); in lv_kb_create()
108 LV_LOG_INFO("spinbox created"); in lv_spinbox_create()
125 LV_LOG_INFO("mesasge box created"); in lv_mbox_create()
116 LV_LOG_INFO("bar created"); in lv_bar_create()
117 LV_LOG_INFO("gauge created"); in lv_gauge_create()
142 LV_LOG_INFO("window created"); in lv_win_create()
193 LV_LOG_INFO("text area created"); in lv_ta_create()229 LV_LOG_INFO("Text area: line break ignored in one-line mode"); in lv_ta_add_char()236 LV_LOG_INFO("Character is no accepted by the text area (too long text or not in the " in lv_ta_add_char()
129 LV_LOG_INFO("tileview created"); in lv_tileview_create()
145 LV_LOG_INFO("button created"); in lv_btn_create()
104 LV_LOG_INFO("slider created"); in lv_slider_create()
113 LV_LOG_INFO("container created"); in lv_cont_create()
125 LV_LOG_INFO("lv_group_add_obj: the object is already added to this group"); in lv_group_add_obj()135 LV_LOG_INFO("lv_group_add_obj: assign object to an other group"); in lv_group_add_obj()
117 LV_LOG_INFO("lv_init ready"); in lv_init()211 LV_LOG_INFO("Screen create ready"); in lv_obj_create()356 LV_LOG_INFO("Object create ready"); in lv_obj_create()
Completed in 30 milliseconds