This commit is contained in:
机械小鸽 2025-03-04 09:04:52 +08:00 committed by GitHub
parent 06af7cd4a9
commit 0702c338df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2204,7 +2204,7 @@ public:
} }
char gap_str[32]; char gap_str[32];
//int gap = params.getInt("LongitudinalPersonality") + 1; int gap = params.getInt("LongitudinalPersonality") + 1;
dx = bx + 220; dx = bx + 220;
dy = by + 77; dy = by + 77;
@ -2215,7 +2215,7 @@ public:
float setSpeed = carState.getCruiseState().getSpeed() * 3.6; // 转换为 km/h float setSpeed = carState.getCruiseState().getSpeed() * 3.6; // 转换为 km/h
sprintf(gap_str, "%.0f", setSpeed); sprintf(gap_str, "%.0f", setSpeed);
ui_draw_text(s, dx, dy, gap_str, 40, COLOR_WHITE, BOLD); ui_draw_text(s, dx, dy, gap_str, 40, COLOR_WHITE, BOLD);
int gap = carState.getCruiseState().pcmCruiseGap(); //int gap = carState.getCruiseState().pcmCruiseGap();
gap_last = gap; gap_last = gap;
dx = bx + 300 - 30; dx = bx + 300 - 30;