增加了全局结构体,将UI定时器函数中全局变量替换成结构体变量
This commit is contained in:
@ -96,7 +96,6 @@ void init_root_win(void)//Ö÷ÆÁÄ»³õʼ»¯
|
||||
lv_obj_set_style_radius(g_parent_root_win, 0, 0);
|
||||
lv_obj_set_style_border_width(g_parent_root_win, 0, LV_PART_MAIN);
|
||||
lv_obj_set_style_border_color(g_parent_root_win, lv_color_black(), 0);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user