feat: 增加真正的内角点显示(大雾)

This commit is contained in:
bmy
2024-03-23 09:22:39 +08:00
parent 007d3c1f80
commit 200d67b8bd
2 changed files with 20 additions and 16 deletions

View File

@@ -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);
}
/**