UI动态测试完成,未接入外部数据,有小概率部分初始化不成功,可能需要多次初始化

This commit is contained in:
Kidenygood
2023-04-19 22:50:26 +08:00
parent bcb1d72a97
commit fb3472b556
3 changed files with 51 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ void Referee_Interactive_task()
}
static Graph_Data_t UI_shoot_line[10]; // 射击准线
static Graph_Data_t UI_energy_line[1]; // 电容能量条
static String_Data_t UI_State_sta[6]; // 机器人状态,静态只需画一次
static String_Data_t UI_State_dyn[6]; // 机器人状态,动态先add才能change
static uint32_t shoot_line_location[10] = {540, 960, 490, 515, 565};