mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-21 03:28:55 +00:00
v1.2.1
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
extern void lv_port_disp_init(void);
|
||||
extern void lv_port_indev_init(void);
|
||||
extern void lv_user_gui_init(void);
|
||||
extern void lv_wait_sdcard_mounted(void);
|
||||
extern void lv_wait_fs_mounted(void);
|
||||
|
||||
static struct rt_thread lvgl_thread;
|
||||
static ALIGN(8) rt_uint8_t lvgl_thread_stack[LPKG_LVGL_THREAD_STACK_SIZE];
|
||||
@@ -45,7 +45,7 @@ static void lv_rt_log(const char *buf)
|
||||
|
||||
static void lvgl_thread_entry(void *parameter)
|
||||
{
|
||||
lv_wait_sdcard_mounted();
|
||||
lv_wait_fs_mounted();
|
||||
#if LV_USE_LOG
|
||||
lv_log_register_print_cb(lv_rt_log);
|
||||
#endif /* LV_USE_LOG */
|
||||
|
||||
Reference in New Issue
Block a user