feat: 增加真正的内角点显示(大雾)
This commit is contained in:
@@ -32,6 +32,8 @@ static void Setup()
|
||||
ips200_show_string(5, 224, "con_r:");
|
||||
ips200_show_string(100, 165, "lpt0: ");
|
||||
ips200_show_string(100, 185, "lpt1: ");
|
||||
ips200_show_string(100, 205, "lptin0: ");
|
||||
ips200_show_string(100, 224, "lptin1: ");
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -57,6 +59,8 @@ static void Loop()
|
||||
ips200_show_uint(60, 224, Lpt1_found, 3);
|
||||
ips200_show_uint(160, 165, Lpt0_found_barrier, 3);
|
||||
ips200_show_uint(160, 185, Lpt1_found_barrier, 3);
|
||||
ips200_show_uint(160, 205, Lpt0_found_barrier_in, 3);
|
||||
ips200_show_uint(160, 224, Lpt1_found_barrier_in, 3);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user