From c390c3461c10bb91f62867e4527986b9bbfddee6 Mon Sep 17 00:00:00 2001 From: bton Date: Wed, 10 Apr 2024 21:38:16 +0200 Subject: [PATCH] test --- oled.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")