From 366ac0c03c133cfd6d1a3e3b3e83ce49fdddf0f1 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 29 Nov 2017 15:33:29 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 070cb32bf..eae060dba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ Homepage: http://gl.littlev.hu ## Porting ### Tick interface -The LittlevGL uses a system tick. Your only task is to call `lv_tick_handler()` in every milliseconds in an interrupt. +The LittlevGL uses a system tick. The `lv_tick_inc(tick_period)` function periodically and tell the call period in millisecinds. For example: `lv_tick_inc(1)` if called in every milliseconds. ### Display interface To set up a diplay an `lv_disp_drv_t` variable has to be initialized: