ffs
This commit is contained in:
parent
23b8cc4a12
commit
62352ad2bc
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ def start(stop_event, args):
|
||||||
background = Image.new("RGB", image.size, (0, 0, 0))
|
background = Image.new("RGB", image.size, (0, 0, 0))
|
||||||
background.paste(image, mask=image.getchannel("A"))
|
background.paste(image, mask=image.getchannel("A"))
|
||||||
image = background
|
image = background
|
||||||
|
|
||||||
lib.display.matrix.show(image)
|
lib.display.matrix.show(image)
|
||||||
while not stop_event.is_set():
|
while not stop_event.is_set():
|
||||||
sleep(0.2)
|
sleep(0.2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue