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
ee4cd475
Unverified
Commit
ee4cd475
authored
Mar 10, 2018
by
Gabor Kiss-Vamosi
Committed by
GitHub
Mar 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
bd0c6c9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
ee4cd475
...
...
@@ -33,10 +33,11 @@ Homepage: https://littlevgl.com
## Porting
In the most sime case you need 4 things:
1.
Call
`lv_tick_inc(1)`
in every millisecods in a Timer or Task
2.
Register a function which can
**copy a pixel array**
to an area of the screen
2.
Register a function which can
**copy a pixel array**
to an area of the screen
.
3.
Register a function which can
**read an input device**
. (E.g. touch pad)
4.
Call
`lv_task_handler()`
periodically in every few milliseconds
For more information visit https://littlevgl.com/porting
Or check the
[
Porting tutorial
](
https://github.com/littlevgl/lv_examples/blob/master/lv_tutorial/0_porting/lv_tutorial_porting.c
)
## Project set-up
1.
**Clone**
or
[
Download
](
https://littlevgl.com/download
)
the lvgl repository:
`git clone https://github.com/littlevgl/lvgl.git`
...
...
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