Shift weather display left
This commit is contained in:
parent
daf5808fad
commit
158be1a0f0
|
@ -5,8 +5,8 @@ class WeatherDisplay:
|
||||||
def __init__(self, characterDisplay, topRow):
|
def __init__(self, characterDisplay, topRow):
|
||||||
self.characterDisplay = characterDisplay
|
self.characterDisplay = characterDisplay
|
||||||
self.topRow = topRow
|
self.topRow = topRow
|
||||||
self.twoDigitStartColumn = 6
|
self.twoDigitStartColumn = 5
|
||||||
self.oneDigitStartColumn = 10
|
self.oneDigitStartColumn = 9
|
||||||
self.digitWidth = 4
|
self.digitWidth = 4
|
||||||
self.currentTemperature = ''
|
self.currentTemperature = ''
|
||||||
self.color = colors.BLUE
|
self.color = colors.BLUE
|
||||||
|
|
Loading…
Reference in New Issue