Home
last modified time | relevance | path

Searched refs:LV_LOG_WARN (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-2.7.6/src/lv_core/
Dlv_disp.c53 LV_LOG_WARN("no display registered to get its active screen"); in lv_disp_get_scr_act()
70 LV_LOG_WARN("no display registered to get its previous screen"); in lv_disp_get_scr_prev()
99 LV_LOG_WARN("lv_layer_top: no display registered to get its top layer"); in lv_disp_get_layer_top()
116 LV_LOG_WARN("lv_layer_sys: no display registered to get its sys. layer"); in lv_disp_get_layer_sys()
131 LV_LOG_WARN("lv_disp_assign_screen: try to assign a non-screen object"); in lv_disp_assign_screen()
151 LV_LOG_WARN("no display registered"); in lv_disp_set_bg_color()
172 LV_LOG_WARN("no display registered"); in lv_disp_set_bg_image()
193 LV_LOG_WARN("no display registered"); in lv_disp_set_bg_opa()
321 LV_LOG_WARN("lv_disp_get_inactive_time: no display registered"); in lv_disp_get_inactive_time()
347 LV_LOG_WARN("lv_disp_trig_activity: no display registered"); in lv_disp_trig_activity()
[all …]
Dlv_style.c211 LV_LOG_WARN("lv_style_list_add_style: couldn't add the class"); in _lv_style_list_add_style()
263 LV_LOG_WARN("lv_style_list_remove_style: couldn't reallocate class list"); in _lv_style_list_remove_style()
717 LV_LOG_WARN("lv_style_list_add_trans_style: couldn't create transition style"); in _lv_style_list_add_trans_style()
1016 LV_LOG_WARN("Invalid style (local variable or not initialized?)"); in lv_debug_check_style()
1035 LV_LOG_WARN("Invalid style (local variable or not initialized?)"); in lv_debug_check_style_list()
1112 LV_LOG_WARN("get_local_style: couldn't create local style"); in get_alloc_local_style()
Dlv_refr.c207LV_LOG_WARN("Can't handle 2 screen sized buffers with set_px_cb. Display is not refreshed."); in _lv_disp_refr_task()
439 LV_LOG_WARN("Can't set VDB height using the round function. (Wrong round_cb or to " in lv_refr_area()
522 LV_LOG_WARN("Can't draw the background image") in lv_refr_area_part()
Dlv_obj.c170 LV_LOG_WARN("lv_init: already inited"); in lv_init()
221 LV_LOG_WARN("The strings has no UTF-8 encoding. Some characters won't be displayed.") in lv_init()
270LV_LOG_WARN("lv_obj_create: not display created to so far. No place to assign the new screen"); in lv_obj_create()
659 LV_LOG_WARN("Can't set the parent of a screen"); in lv_obj_set_parent()
664 LV_LOG_WARN("Can't set parent == NULL to an object"); in lv_obj_set_parent()
1118 LV_LOG_WARN("lv_obj_realign: no effect because LV_USE_OBJ_REALIGN = 0"); in lv_obj_realign()
1137 LV_LOG_WARN("lv_obj_set_auto_realign: no effect because LV_USE_OBJ_REALIGN = 0"); in lv_obj_set_auto_realign()
1190 LV_LOG_WARN("Can't find style with part: %d", part); in lv_obj_add_style()
1214 LV_LOG_WARN("Can't find style with part: %d", part); in lv_obj_remove_style()
1237 LV_LOG_WARN("lv_obj_clean_style_list: can't find style with `part`"); in lv_obj_clean_style_list()
[all …]
Dlv_indev.c386 LV_LOG_WARN("lv_indev_get_read_task: indev was NULL"); in lv_indev_get_read_task()
806 LV_LOG_WARN("indev_button_proc: btn_points was NULL"); in indev_button_proc()
/lvgl-2.7.6/src/lv_draw/
Dlv_img_decoder.c71 LV_LOG_WARN("lv_img_decoder_init: out of memory"); in _lv_img_decoder_init()
288 LV_LOG_WARN("Image get info get read file header"); in lv_img_decoder_built_in_info()
307 LV_LOG_WARN("Image get info found unknown src type"); in lv_img_decoder_built_in_info()
331 LV_LOG_WARN("Built-in image decoder can't open the file"); in lv_img_decoder_built_in_open()
358 LV_LOG_WARN("Image built-in decoder cannot read file because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_open()
427LV_LOG_WARN("Image built-in decoder can read the palette because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_open()
446 LV_LOG_WARN("Indexed (palette) images are not enabled in lv_conf.h. See LV_IMG_CF_INDEXED"); in lv_img_decoder_built_in_open()
457 LV_LOG_WARN("Alpha indexed images are not enabled in lv_conf.h. See LV_IMG_CF_ALPHA"); in lv_img_decoder_built_in_open()
466 LV_LOG_WARN("Image decoder open: unknown color format") in lv_img_decoder_built_in_open()
507 LV_LOG_WARN("Built-in image decoder read not supports the color format"); in lv_img_decoder_built_in_read_line()
[all …]
Dlv_img_cache.c68 LV_LOG_WARN("lv_img_cache_open: the cache size is 0"); in _lv_img_cache_open()
131 LV_LOG_WARN("Image draw cannot open the image resource"); in _lv_img_cache_open()
Dlv_draw_img.c73 LV_LOG_WARN("Image draw: src is NULL"); in lv_draw_img()
84 LV_LOG_WARN("Image draw error"); in lv_draw_img()
219 LV_LOG_WARN("lv_img_src_get_type: unknown image type"); in lv_img_src_get_type()
243 LV_LOG_WARN("Image draw error"); in lv_img_draw_core()
304 LV_LOG_WARN("Image draw can't read the line"); in lv_img_draw_core()
Dlv_draw_label.c409 LV_LOG_WARN("lv_draw_letter: font is NULL"); in lv_draw_letter()
419 LV_LOG_WARN("lv_draw_letter: glyph dsc. not found"); in lv_draw_letter()
441 LV_LOG_WARN("lv_draw_letter: character's bitmap not found"); in lv_draw_letter()
487 LV_LOG_WARN("lv_draw_letter: invalid bpp"); in draw_letter_normal()
637 LV_LOG_WARN("lv_draw_letter: invalid bpp not found"); in draw_letter_subpx()
813 LV_LOG_WARN("Can't draw sub-pixel rendered letter because LV_USE_FONT_SUBPX == 0 in lv_conf.h"); in draw_letter_subpx()
Dlv_draw_blend.c564 LV_LOG_WARN("fill_blended: unsupported blend mode"); in fill_blended()
890 LV_LOG_WARN("fill_blended: unsupported blend mode"); in map_blended()
Dlv_img_buf.c314 LV_LOG_WARN("lv_img_buf_set_px_alpha: invalid 'id'"); in lv_img_buf_set_palette()
Dlv_draw_rect.c1201 LV_LOG_WARN("draw_img: can't get image info"); in draw_pattern()
1227 LV_LOG_WARN("lv_img_design: image source type is unknown"); in draw_pattern()
/lvgl-2.7.6/src/lv_misc/
Dlv_log.h92 #define LV_LOG_WARN(...) _lv_log_add(LV_LOG_LEVEL_WARN, __FILE__, __LINE__, __func__, __VA_ARGS__); macro
94 #define LV_LOG_WARN(...) macro
115 #define LV_LOG_WARN(...) macro
Dlv_debug.c73LV_LOG_WARN("lv_debug_check_str: a non-ASCII char has repeated more than LV_DEBUG_STR_MAX_REPEAT t… in lv_debug_check_str()
79 LV_LOG_WARN("lv_debug_check_str: invalid char in the string (< 10 value)"); in lv_debug_check_str()
86 LV_LOG_WARN("lv_debug_check_str: string is longer than LV_DEBUG_STR_MAX_LENGTH"); in lv_debug_check_str()
Dlv_mem.c208 LV_LOG_WARN("Couldn't allocate memory"); in lv_mem_alloc()
323 LV_LOG_WARN("Couldn't allocate memory"); in lv_mem_realloc()
344 if(new_p == NULL) LV_LOG_WARN("Couldn't allocate memory"); in lv_mem_realloc()
Dlv_txt.c113 LV_LOG_WARN("lv_txt_get_size: integer overflow while calculating text height"); in _lv_txt_get_size()
/lvgl-2.7.6/src/lv_widgets/
Dlv_table.c140 LV_LOG_WARN("lv_table_set_cell_value: invalid column"); in lv_table_set_cell_value()
235 LV_LOG_WARN("lv_table_set_col_cnt: too many columns. Must be < LV_TABLE_COL_MAX."); in lv_table_set_col_cnt()
274 LV_LOG_WARN("lv_table_set_col_width: too big 'col_id'. Must be < LV_TABLE_COL_MAX."); in lv_table_set_col_width()
296 LV_LOG_WARN("lv_table_set_cell_align: invalid column"); in lv_table_set_cell_align()
334 LV_LOG_WARN("lv_table_set_cell_type: invalid column"); in lv_table_set_cell_type()
378 LV_LOG_WARN("lv_table_set_cell_crop: invalid column"); in lv_table_set_cell_crop()
417 LV_LOG_WARN("lv_table_set_cell_merge_right: invalid column"); in lv_table_set_cell_merge_right()
461 LV_LOG_WARN("lv_table_set_cell_value: invalid row or column"); in lv_table_get_cell_value()
508 LV_LOG_WARN("lv_table_set_col_width: too big 'col_id'. Must be < LV_TABLE_COL_MAX."); in lv_table_get_col_width()
530 LV_LOG_WARN("lv_table_set_cell_align: invalid row or column"); in lv_table_get_cell_align()
[all …]
Dlv_canvas.c247 LV_LOG_WARN("lv_canvas_copy_buf: x or y out of the canvas"); in lv_canvas_copy_buf()
376 LV_LOG_WARN("LV_USE_IMG_TRANSFORM is disabled in lv_conf.h"); in lv_canvas_transform()
708 LV_LOG_WARN("lv_canvas_draw_rect: can't raw to LV_IMG_CF_INDEXED canvas"); in lv_canvas_draw_rect()
780 LV_LOG_WARN("lv_canvas_draw_text: can't raw to LV_IMG_CF_INDEXED canvas"); in lv_canvas_draw_text()
855 LV_LOG_WARN("lv_canvas_draw_img: can't raw to LV_IMG_CF_INDEXED canvas"); in lv_canvas_draw_img()
870 LV_LOG_WARN("lv_canvas_draw_img: Couldn't get the image data."); in lv_canvas_draw_img()
920 LV_LOG_WARN("lv_canvas_draw_line: can't raw to LV_IMG_CF_INDEXED canvas"); in lv_canvas_draw_line()
983 LV_LOG_WARN("lv_canvas_draw_polygon: can't raw to LV_IMG_CF_INDEXED canvas"); in lv_canvas_draw_polygon()
1047 LV_LOG_WARN("lv_canvas_draw_arc: can't raw to LV_IMG_CF_INDEXED canvas"); in lv_canvas_draw_arc()
Dlv_imgbtn.c156 LV_LOG_WARN("lv_imgbtn_set_src: symbols are not supported in tiled mode"); in lv_imgbtn_set_src_tiled()
332 LV_LOG_WARN("lv_imgbtn_design: SYMBOLS are not supported in tiled mode") in lv_imgbtn_design()
Dlv_img.c160 LV_LOG_WARN("lv_img_set_src: unknown type"); in lv_img_set_src()
166 LV_LOG_WARN("lv_img_set_src: unknown image type"); in lv_img_set_src()
728 LV_LOG_WARN("lv_img_design: image source type is unknown"); in lv_img_design()
Dlv_chart.c264 LV_LOG_WARN("Invalid axis: %d", axis); in lv_chart_set_y_range()
622 LV_LOG_WARN("Invalid axis: %d", axis); in lv_chart_set_series_axis()
Dlv_tabview.c496 LV_LOG_WARN("lv_tabview_set_btns_pos: unexpected button position"); in lv_tabview_set_btns_pos()
Dlv_roller.c339 LV_LOG_WARN("lv_dropdown_get_selected_str: the buffer was too small") in lv_roller_get_selected_str()
/lvgl-2.7.6/src/lv_hal/
Dlv_hal_indev.c76 LV_LOG_WARN("lv_indev_drv_register: no display registered hence can't attach the indev to " in lv_indev_drv_register()
158 LV_LOG_WARN("indev function registered"); in _lv_indev_read()
/lvgl-2.7.6/src/lv_font/
Dlv_font_loader.c104 LV_LOG_WARN("Error loading font file: %s\n", font_name); in lv_font_load()
245 LV_LOG_WARN("Error reading '%s' label.", label); in read_label()
326 LV_LOG_WARN("Unknown cmaps format type %d.", cmap_table[i].format_type); in load_cmaps_tables()
561 LV_LOG_WARN("Unknown index_to_loc_format: %d.", font_header.index_to_loc_format); in lvgl_load_font()
686 LV_LOG_WARN("Unknown kern_format_type: %d", kern_format_type); in load_kern()

12