This commit is contained in:
bton 2024-04-10 21:38:16 +02:00
parent a1f7291e77
commit c390c3461c

View file

@ -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")