v.0.7.0 WeatherResponse
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user