BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
687dea05
Commit
687dea05
authored
Jul 30, 2017
by
Gabor Kiss-Vamosi
Committed by
GitHub
Jul 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
55b7a9f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
docs/README.md
+1
-1
No files found.
docs/README.md
View file @
687dea05
...
...
@@ -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*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment