ffs
This commit is contained in:
parent
b66efe1dfd
commit
afca5ca951
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from PIL import Image, ImageDraw, ImageFont
|
||||||
import lib.display
|
import lib.display
|
||||||
|
|
||||||
def start(stop_event, args):
|
def start(stop_event, args):
|
||||||
image = Image.open("images/piamedia.png").convert('RGBA')
|
image = Image.open("images/piamedia.png").convert('RGB')
|
||||||
|
|
||||||
lib.display.matrix.show(image)
|
lib.display.matrix.show(image)
|
||||||
while not stop_event.is_set():
|
while not stop_event.is_set():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue