From 6082f75e95a76f160adf3d796014fa4cfbc4871d Mon Sep 17 00:00:00 2001 From: CiscoTheWolf Date: Thu, 18 May 2023 10:52:04 +0200 Subject: [PATCH] testing setting image3 --- rpi/roy-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/roy-test.py b/rpi/roy-test.py index 05b0d5e..529e1c3 100644 --- a/rpi/roy-test.py +++ b/rpi/roy-test.py @@ -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):