日常更新
This commit is contained in:
@@ -49,11 +49,12 @@ static void Loop()
|
||||
{
|
||||
// 刷新参数数值
|
||||
ips200_show_float(90, 18 + 2, *((float *)(Param_Data[delta_x].p_data)), 4, 5);
|
||||
ips200_show_float(90, 18 + 20, *((float *)(Param_Data[delta_y].p_data)), 4, 5);
|
||||
ips200_show_float(90, 18 + 20, FIX_BINTHRESHOLD, 4, 5);
|
||||
ips200_show_int(90, 18 + 38, track_type, 1);
|
||||
ips200_show_int(90, 18 + 56, garage_type, 1);
|
||||
ips200_show_int(90, 18 + 74, cross_type, 1);
|
||||
ips200_show_int(90, 18 + 92, circle_type, 1);
|
||||
ips200_show_int(90, 18 + 110, s_type, 1);
|
||||
}
|
||||
/**
|
||||
* @brief 页面事件
|
||||
|
||||
Reference in New Issue
Block a user