Home
last modified time | relevance | path

Searched refs:lcd_update (Results 1 – 3 of 3) sorted by relevance

/bsp/k210/drivers/
A Ddrv_mpylcd.c157 static void lcd_update(int x, int y, int w, int h) in lcd_update() function
328 lcd_update(x, y, 2 * rx + 1, 2 * ry + 1); in _draw_ellipse()
362 lcd_update(0, 0, info.width, info.height); in lcd_clear()
371 lcd_update(x, y, 1, 1); in lcd_draw_point_color()
394 lcd_update(x0, y, x - x0, size); in lcd_show_string()
406 lcd_update(x0, y, x - x0, size); in lcd_show_string()
418 lcd_update(x0, y, x - x0, size); in lcd_show_string()
441 lcd_update(x1, y1, x2 - x1 + 1, y2 - y1 + 1); in lcd_draw_line()
472 lcd_update(x1, y1, x2 - x1 + 1, y2 - y1 + 1); in lcd_draw_rectangle()
506 lcd_update(x, y, wide, length); in lcd_show_image()
/bsp/mini4020/drivers/
A Dlcdc.h70 void lcd_update(rtgui_rect_t *rect);
A Dlcdc.c98 void lcd_update(rtgui_rect_t *rect) in lcd_update() function

Completed in 10 milliseconds