testing setting image3

This commit is contained in:
CiscoTheWolf 2023-05-18 10:52:04 +02:00
parent 7bf3336cee
commit 6082f75e95

View file

@ -25,7 +25,7 @@ image.thumbnail((matrix.width, matrix.height), Image.ANTIALIAS)
def updateScreen(): def updateScreen():
global color global color, matrix, offscreen_canvas
if(color == 1): if(color == 1):
offscreen_canvas.Fill(255,255,255) offscreen_canvas.Fill(255,255,255)
elif(color == 0): elif(color == 0):