From 687dea0543982ef4191596627b9390571303c401 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 30 Jul 2017 23:44:59 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index fe12cb624..c5f8de629 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,7 +32,7 @@ Visit the http://gl.littlev.hu The following functions has to be provided * hal/disp `disp_fill(x1, y1, x2, y2, color)` to fill area with a color * hal/disp `disp_map(x1, y1, x2, y2, &color_array)` copy a color map to an area -* hal/disp `disp_color_cpy(color_t * dest, const color_t * src, uint32_t length, opa_t opa)` optional for GPU +* hal/disp `disp_color_cpy(dest, src, length, opa)` copy pixel, optional for GPU * hal/indev `indev_get(id, &x, &y)` get the *x* and *y* coordinates from an input device (e.g. touch pad) * hal/systick `systick_get()` get a system tick with 1 ms resolution * hal/systick `systick_elapse(prev_time)` get the elapsed milliseconds sience *prev_time*