Fix: LVGL file rename

This commit is contained in:
Jiang Yufan
2023-08-23 10:44:46 +08:00
parent 4c9cc39801
commit f848f36efb
5 changed files with 361 additions and 1330 deletions

View File

@@ -48,7 +48,7 @@ void* lvgl_thread(void *parameter)
}
}
pthread_t lvgl_task;
static pthread_t lvgl_task;
static int lvgl_demo_init(void)
{
pthread_attr_t attr;