更改限幅

This commit is contained in:
2024-08-09 17:00:24 +08:00
parent 936f775dbd
commit 53d06467d6
5 changed files with 47 additions and 36 deletions

View File

@@ -62,6 +62,8 @@ static void Loop()
ips200_show_float(80, 160, out_pos, 4, 1);
ips200_show_string(0, 180, "vol");
ips200_show_float(80, 180, (float)now_vol, 4,2);
ips200_show_string(0, 200, "setsp");
ips200_show_float(80, 200, set_speed, 4,2);
ips200_show_string(180, 0, "ls");
ips200_show_float(220, 0, pwm_duty_ls, 4, 1);