mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
v1.1.1
This commit is contained in:
@@ -66,11 +66,6 @@ void aic_ui_init()
|
||||
dashboard_ui_init();
|
||||
#endif
|
||||
|
||||
#ifdef AIC_LVGL_DASHBOARD_SMALL_DEMO
|
||||
extern lv_obj_t* dashboard_ui_init(void);
|
||||
dashboard_ui_init();
|
||||
#endif
|
||||
|
||||
#ifdef AIC_LVGL_DEMO_HUB_DEMO
|
||||
extern void demo_hub_init(void);
|
||||
demo_hub_init();
|
||||
@@ -118,11 +113,6 @@ void aic_ui_init()
|
||||
image_ui_init();
|
||||
#endif
|
||||
|
||||
#ifdef AIC_LVGL_86BOX_DEMO
|
||||
extern void a_86_box_ui_init(void);
|
||||
a_86_box_ui_init();
|
||||
#endif
|
||||
|
||||
#ifdef AIC_USE_TOUCH_MONKEY_TEST
|
||||
use_touch_monkey_test();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user