更新
This commit is contained in:
@@ -171,10 +171,10 @@ void Show_Marked_Image(void)
|
||||
uint16_t mix_y = START_Y + (uint16_t)(rptsn[i][0] * vertical_zoom_rate);
|
||||
|
||||
// 近线数组显示
|
||||
if (i < pts_inv_l_count) {
|
||||
if (i < pts_resample_left_count) {
|
||||
ips200_draw_rect(l_x, l_y, l_x + 2, l_y + 1, RGB565_RED);
|
||||
}
|
||||
if (i < pts_inv_r_count) {
|
||||
if (i < pts_resample_right_count) {
|
||||
ips200_draw_rect(r_x - 2, r_y, r_x, r_y + 1, RGB565_BLUE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user