@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user