Update to latest lvgl, fix warning
This commit is contained in:
parent
500fe668ae
commit
38180ee306
3 changed files with 11 additions and 7 deletions
|
|
@ -209,6 +209,7 @@ static void sigaction_handler(int signum);
|
|||
|
||||
|
||||
static void *tick_thread (void *args) {
|
||||
LV_UNUSED(args);
|
||||
while (1) {
|
||||
usleep(5 * 1000); /* Sleep for 5 millisecond */
|
||||
lv_tick_inc(5); /* Tell LVGL that 5 milliseconds have elapsed */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue