v.0.5.3 emoji_checker

This commit is contained in:
tiijay
2025-11-12 12:35:26 +01:00
parent 9d51f0827d
commit 2737b043c1
6 changed files with 33 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ class Weather_Checker():
def __init__(self, display: NeoPixel_64x64):
self.display = display
self.display.set_font( font=fonts.font_5x7)
def setup_wlan(self):
self.wlan = Wlan('WOKWI-Guest', '12345678')