color space

This commit is contained in:
Florin Tobler
2022-07-28 16:50:07 +02:00
parent 55ed1d1d71
commit 2ffb97ed3f
2 changed files with 2 additions and 2 deletions

View File

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