Update README.md
This commit is contained in:
committed by
GitHub
parent
da01b4dd31
commit
6718decbb7
@@ -29,7 +29,7 @@ In the simplest case you need 5 things:
|
|||||||
3. Register a function which can **read an input device**. (E.g. touch pad)
|
3. Register a function which can **read an input device**. (E.g. touch pad)
|
||||||
4. Copy `lv_conf_templ.h` as `lv_conf.h` and set at least `LV_HOR_RES`, `LV_VER_RES` and `LV_COLOR_DEPTH`.
|
4. Copy `lv_conf_templ.h` as `lv_conf.h` and set at least `LV_HOR_RES`, `LV_VER_RES` and `LV_COLOR_DEPTH`.
|
||||||
5. Call `lv_task_handler()` periodically every few milliseconds.
|
5. Call `lv_task_handler()` periodically every few milliseconds.
|
||||||
For a detailed description visit https://github.com/littlevgl/lvgl/wiki/Porting
|
For a detailed description visit https://docs.littlevgl.com/#Porting
|
||||||
Or check the [Porting tutorial](https://github.com/littlevgl/lv_examples/blob/master/lv_tutorial/0_porting/lv_tutorial_porting.c)
|
Or check the [Porting tutorial](https://github.com/littlevgl/lv_examples/blob/master/lv_tutorial/0_porting/lv_tutorial_porting.c)
|
||||||
|
|
||||||
## Project set-up
|
## Project set-up
|
||||||
|
|||||||
Reference in New Issue
Block a user