动态UI样例绘制、测试

This commit is contained in:
kidneygood
2023-01-26 15:07:00 +08:00
parent 846a8b1caf
commit 67940a4e38
6 changed files with 233 additions and 176 deletions

View File

@@ -10,10 +10,10 @@ typedef struct
{
uint32_t chassis_flag : 1;
uint32_t gimbal_flag : 1;
uint32_t cover_flag : 1;
uint32_t shoot_flag : 1;
uint32_t lid_flag : 1;
uint32_t friction_flag : 1;
uint32_t Power_flag : 1;
uint32_t end_angle_flag : 1;
} Referee_Interactive_Flag_t;