mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
v1.1.1
This commit is contained in:
@@ -17,13 +17,15 @@
|
||||
#include <dfs_fs.h>
|
||||
#include "aic_time.h"
|
||||
|
||||
void lv_user_gui_init(void)
|
||||
void lv_wait_sdcard_mounted(void)
|
||||
{
|
||||
// wait sdcard mounted
|
||||
if (!strcmp(LVGL_STORAGE_PATH, "/sdcard")) {
|
||||
aicos_msleep(1000);
|
||||
}
|
||||
}
|
||||
|
||||
void lv_user_gui_init(void)
|
||||
{
|
||||
aic_ui_init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user