修改测试了UI界面,他说粉色的好看,哈哈

This commit is contained in:
Wang Beihong
2026-04-20 22:31:25 +08:00
parent 30e95387e5
commit 9aea4a8338
21 changed files with 14963 additions and 38645 deletions

View File

@@ -17,9 +17,19 @@ enum ScreensEnum {
typedef struct _objects_t {
lv_obj_t *main;
lv_obj_t *background_pic;
lv_obj_t *obj0;
lv_obj_t *obj1;
lv_obj_t *obj2;
lv_obj_t *obj3;
lv_obj_t *obj4;
lv_obj_t *obj5;
lv_obj_t *obj6;
lv_obj_t *obj7;
lv_obj_t *obj8;
lv_obj_t *obj9;
lv_obj_t *obj10;
lv_obj_t *obj11;
} objects_t;
extern objects_t objects;