Skip to content

Commit 2c8cf7d

Browse files
authored
Update README.md
1 parent 7528e2a commit 2c8cf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the simplest case you need 5 things:
2727
3. Register a function which can **read an input device**. (E.g. touch pad)
2828
4. Copy `lv_conf_templ.h` as `lv_conf.h` and set at least `LV_HOR_RES`, `LV_VER_RES` and `LV_COLOR_DEPTH`.
2929
5. Call `lv_task_handler()` periodically every few milliseconds.
30-
For a detailed description visit https://littlevgl.com/porting
30+
For a detailed description visit https://github.com/littlevgl/lvgl/wiki/Porting
3131
Or check the [Porting tutorial](https://github.com/littlevgl/lv_examples/blob/master/lv_tutorial/0_porting/lv_tutorial_porting.c)
3232

3333
## Project set-up

0 commit comments

Comments
 (0)