altered roy-test.py to not make use of the basesample.py
This commit is contained in:
parent
a405925b40
commit
35896b56a4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ offscreen_canvas = matrix.CreateFrameCanvas()
|
||||||
|
|
||||||
|
|
||||||
color = 0
|
color = 0
|
||||||
def toggleColor(self):
|
def toggleColor():
|
||||||
global color
|
global color
|
||||||
if(color == 1):
|
if(color == 1):
|
||||||
color = 0
|
color = 0
|
||||||
|
|
Loading…
Reference in a new issue