diff --git a/weather_display.py b/weather_display.py index 5309d6b..bd780a7 100644 --- a/weather_display.py +++ b/weather_display.py @@ -5,8 +5,8 @@ class WeatherDisplay: def __init__(self, characterDisplay, topRow): self.characterDisplay = characterDisplay self.topRow = topRow - self.twoDigitStartColumn = 4 - self.oneDigitStartColumn = 8 + self.twoDigitStartColumn = 5 + self.oneDigitStartColumn = 7 self.digitWidth = 4 self.currentTemperature = '' self.color = colors.ORANGE