This commit is contained in:
bton 2024-04-12 18:29:29 +02:00
parent 386157f01e
commit 75109235c2

View file

@ -20,5 +20,5 @@ def balance(user_name, balance):
with canvas(device) as draw:
#draw.rectangle(device.bounding_box, outline="white", fill="black")
draw.text((30, 0, 10), "Hello World", fill="white")
draw.text((30, 0, 50), "Hello World", fill="white")
time.sleep(10)