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