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