set image

This commit is contained in:
Florin Tobler
2022-07-28 16:42:12 +02:00
parent 2da27a67fb
commit 1f2795ecbc

View File

@@ -7,7 +7,7 @@ def main():
fb = Framebuffer()
while True:
img = clock_pillow.draw_clock(pixelformat="RGB", aliasing=4)
fb.show(img)
fb.show(image=img)
time.sleep(0.1)