fix: 修复rtcam边线显示问题

close #6
This commit is contained in:
bmy
2024-03-15 10:39:25 +08:00
parent 2ac9696ef8
commit 17b61529e2
2 changed files with 12 additions and 7 deletions

View File

@@ -25,6 +25,9 @@ static void Setup()
{
ips200_clear();
Print_Curser(Curser, Curser_Last, RGB565_PURPLE);
ips200_show_string(5, 165, "pts_l:");
ips200_show_string(5, 185, "pts_r:");
}
/**
@@ -44,6 +47,8 @@ static void Exit()
static void Loop()
{
Show_Marked_Image();
ips200_show_uint(60, 165, pts_inv_l_count, 3);
ips200_show_uint(60, 185, pts_inv_r_count, 3);
}
/**