v.0.7.0 WeatherResponse

This commit is contained in:
tiijay
2025-11-13 18:17:25 +01:00
parent d9fe55688d
commit 303a0f4468
8 changed files with 161 additions and 34 deletions

View File

@@ -45,7 +45,6 @@ class NeoPixel_64x64(NeoPixel):
# wir holen den ersten Wert des Fonts
first_char = next(iter(self.selected_font))
self.font_height = len(self.selected_font[first_char])
print(f'Font set: width: per char; height: {self.font_height}')
def set_pixel(self, x, y, color):
"""