This commit is contained in:
Christoph Haas 2026-01-17 22:35:50 +01:00
parent 23b8cc4a12
commit 62352ad2bc

View file

@ -11,6 +11,7 @@ def start(stop_event, args):
background = Image.new("RGB", image.size, (0, 0, 0))
background.paste(image, mask=image.getchannel("A"))
image = background
lib.display.matrix.show(image)
while not stop_event.is_set():
sleep(0.2)