make logo just RGB instead of RGBA
This commit is contained in:
parent
383773a0fe
commit
9019c3f93e
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_buffer = Image.open("images/piamedia.png").convert("RGBA")
|
||||
image_buffer = Image.open("images/piamedia.png").convert("RGB")
|
||||
lib.display.matrix.show(image_buffer)
|
||||
while not stop_event.is_set():
|
||||
sleep(0.2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue