We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7528e2a commit 2c8cf7dCopy full SHA for 2c8cf7d
README.md
@@ -27,7 +27,7 @@ In the simplest case you need 5 things:
27
3. Register a function which can **read an input device**. (E.g. touch pad)
28
4. Copy `lv_conf_templ.h` as `lv_conf.h` and set at least `LV_HOR_RES`, `LV_VER_RES` and `LV_COLOR_DEPTH`.
29
5. Call `lv_task_handler()` periodically every few milliseconds.
30
-For a detailed description visit https://littlevgl.com/porting
+For a detailed description visit https://github.com/littlevgl/lvgl/wiki/Porting
31
Or check the [Porting tutorial](https://github.com/littlevgl/lv_examples/blob/master/lv_tutorial/0_porting/lv_tutorial_porting.c)
32
33
## Project set-up
0 commit comments