Correct speedometer a bit; use P225/40R18 circum
This commit is contained in:
parent
20c7a0b4d2
commit
20121f12ef
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ void hexagram_cluster_draw_fg(hexagram_cluster *cluster,
|
|||
cluster->state.rpm);
|
||||
|
||||
hexagram_speedo_draw_needle(&cluster->speedo, cr,
|
||||
(2.032 * cluster->state.rps * 3600) / 1000.0);
|
||||
(2.00152 * cluster->state.rps * 3600) / 1000.0);
|
||||
|
||||
hexagram_thermo_draw_needle(&cluster->thermo, cr,
|
||||
cluster->state.temp);
|
||||
|
|
|
@ -68,5 +68,5 @@ void hexagram_speedo_draw_needle(hexagram_speedo *speedo,
|
|||
hexagram_gauge_draw_needle(&speedo->gauge,
|
||||
cr,
|
||||
0.8,
|
||||
kph / 290);
|
||||
kph / 289.682);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue