diff --git a/oled.py b/oled.py index 12921be..4bf9641 100644 --- a/oled.py +++ b/oled.py @@ -9,5 +9,4 @@ device = ssd1306(serial) with canvas(device) as draw: #draw.rectangle(device.bounding_box, outline="white", fill="black") - print("test") - draw.text((30, 40), "Hello World", fill="white") + draw.text((30, 0), "Hello World", fill="white")