diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 19:49:51 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 19:49:51 +0100 |
commit | 354f5b9b2acf9faa6d8117386c2b6c8e3527ecbf (patch) | |
tree | 3d57f79bafffe5b675f1ffce284c5beaa0f740c8 /src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | |
parent | 0ce45a7d4ba9b590ae86eee48cb3fe6e8c0ba14b (diff) | |
parent | 1ebbb05edbc89d6b428a9324f00b4f9849f49d97 (diff) | |
download | Luxcena-Neo-354f5b9b2acf9faa6d8117386c2b6c8e3527ecbf.tar.gz Luxcena-Neo-354f5b9b2acf9faa6d8117386c2b6c8e3527ecbf.zip |
Merge remote-tracking branch 'origin/python' into python
Diffstat (limited to 'src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py')
-rw-r--r-- | src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py index 4856076..c3a913f 100644 --- a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py +++ b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py @@ -38,6 +38,7 @@ class Strip: self.strip.show() # Setup matrix + print(" * Generating matrix") #try: self.pixelMatrix = Matrix(self.SEGMENTS, stripConf["matrix"]) self.pixelMatrix.dump() |