From ee4cd4756b5917d710459034db69384ac01377f1 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sat, 10 Mar 2018 07:47:28 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f16b166ee..85a91c361 100644 --- a/README.md +++ b/README.md @@ -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`