v.0.6.2 Umlaute font_3x5

This commit is contained in:
tiijay
2025-11-13 14:16:47 +01:00
parent e21908cd44
commit fcc1899758
3 changed files with 14 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class Weather_Checker():
def __init__(self, display: NeoPixel_64x64):
self.display = display
self.display.set_font( font=fonts.font_5x7)
self.display.set_font( font=fonts.font_16x16)
def mock_weather_data(self):
filepath = 'restapi/mock-weather.json'