That's nice
This commit is contained in:
parent
8ac463f6cf
commit
c80e9f1905
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class Cluster():
|
|||
|
||||
self.odo = Odometer(self.HEIGHT, self.HEIGHT - 32)
|
||||
|
||||
self.ambient = AmbientTemp(self.WIDTH - self.HEIGHT - 64, self.HEIGHT - 32)
|
||||
self.ambient = AmbientTemp(self.WIDTH - self.HEIGHT - 82, self.HEIGHT - 32)
|
||||
|
||||
self.gauges.append(self.speedo)
|
||||
self.gauges.append(self.fuel)
|
||||
|
|
Loading…
Add table
Reference in a new issue