testing setting image3
This commit is contained in:
parent
7bf3336cee
commit
6082f75e95
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ image.thumbnail((matrix.width, matrix.height), Image.ANTIALIAS)
|
|||
|
||||
|
||||
def updateScreen():
|
||||
global color
|
||||
global color, matrix, offscreen_canvas
|
||||
if(color == 1):
|
||||
offscreen_canvas.Fill(255,255,255)
|
||||
elif(color == 0):
|
||||
|
|
Loading…
Reference in a new issue