日常更新
This commit is contained in:
@@ -44,8 +44,8 @@ static void Loop()
|
||||
{
|
||||
ips200_show_string(0, 0, "sta:");
|
||||
ips200_show_float(80, 0, in_state, 4, 1);
|
||||
ips200_show_string(0, 20, "sto:");
|
||||
ips200_show_float(80, 20, in_stop, 4, 1);
|
||||
ips200_show_string(0, 20, "outca:");
|
||||
ips200_show_float(80, 20, out_cangle, 4, 1);
|
||||
ips200_show_string(0, 40, "angle");
|
||||
ips200_show_float(80, 40, in_angle, 4, 1);
|
||||
ips200_show_string(0, 60, "near");
|
||||
|
||||
@@ -12,7 +12,7 @@ static char Text[] = "Menu";
|
||||
static int8_t Curser = LINE_HEAD; // 定义光标位置
|
||||
static int8_t Curser_Last = LINE_HEAD; // 定义光标位置
|
||||
uint32_t cnt = 0;
|
||||
uint32_t reset[1];
|
||||
uint32_t reset[3];
|
||||
static void Print_Menu_p(void);
|
||||
/***************************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user