日常更新
This commit is contained in:
@@ -63,14 +63,14 @@ static void Loop()
|
||||
ips200_show_string(0, 180, "outcal");
|
||||
ips200_show_float(80, 180, out_cal, 4, 1);
|
||||
|
||||
ips200_show_string(100, 0, "ls");
|
||||
ips200_show_float(180, 0, pwm_duty_ls, 4, 1);
|
||||
ips200_show_string(100, 20, "rs");
|
||||
ips200_show_float(180, 20, pwm_duty_rs, 4, 1);
|
||||
ips200_show_string(100, 40, "lb");
|
||||
ips200_show_float(180, 40, pwm_duty_lb, 4, 1);
|
||||
ips200_show_string(100, 60, "rb");
|
||||
ips200_show_float(180, 60, pwm_duty_rb, 4, 1);
|
||||
ips200_show_string(180, 0, "ls");
|
||||
ips200_show_float(220, 0, pwm_duty_ls, 4, 1);
|
||||
ips200_show_string(180, 20, "rs");
|
||||
ips200_show_float(220, 20, pwm_duty_rs, 4, 1);
|
||||
ips200_show_string(180, 40, "lb");
|
||||
ips200_show_float(220, 40, pwm_duty_lb, 4, 1);
|
||||
ips200_show_string(180, 60, "rb");
|
||||
ips200_show_float(220, 60, pwm_duty_rb, 4, 1);
|
||||
}
|
||||
/**
|
||||
* @brief 页面事件
|
||||
|
||||
Reference in New Issue
Block a user