mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
v1.1.1
This commit is contained in:
@@ -31,6 +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);
|
||||
|
||||
static struct rt_thread lvgl_thread;
|
||||
static ALIGN(8) rt_uint8_t lvgl_thread_stack[LPKG_LVGL_THREAD_STACK_SIZE];
|
||||
@@ -59,6 +60,7 @@ void app_notify(rt_uint8_t event, rt_uint8_t mode, void *data)
|
||||
|
||||
static void lvgl_thread_entry(void *parameter)
|
||||
{
|
||||
lv_wait_sdcard_mounted();
|
||||
#if LV_USE_LOG
|
||||
lv_log_register_print_cb(lv_rt_log);
|
||||
#endif /* LV_USE_LOG */
|
||||
|
||||
Reference in New Issue
Block a user