altered roy-test.py to not make use of the basesample.py

This commit is contained in:
CiscoTheWolf 2023-05-18 10:15:06 +02:00
parent a405925b40
commit 35896b56a4

View file

@ -16,7 +16,7 @@ offscreen_canvas = matrix.CreateFrameCanvas()
color = 0
def toggleColor(self):
def toggleColor():
global color
if(color == 1):
color = 0