test
This commit is contained in:
parent
a1f7291e77
commit
c390c3461c
1 changed files with 1 additions and 2 deletions
3
oled.py
3
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")
|
||||
|
|
Loading…
Reference in a new issue