diff options
Diffstat (limited to 'src/compileAndRun')
-rw-r--r-- | src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py index b7519df..e671d42 100644 --- a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py +++ b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py @@ -38,7 +38,7 @@ class Strip: self.strip.show() # Setup matrix - pixelMatrix = Matrix(self.segments, stripConf["matrix"]) + pixelMatrix = Matrix(self.SEGMENTS, stripConf["matrix"]) try: print("TESTING") except: |