diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2018-12-04 21:47:06 +0000 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2018-12-04 21:47:06 +0000 |
commit | 1ebbb05edbc89d6b428a9324f00b4f9849f49d97 (patch) | |
tree | 052724b71eee0e51e90791233454558b371d1279 /src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | |
parent | ec3b7655b3b265cfe0086d7ad20ffa28cfa8629d (diff) | |
download | Luxcena-Neo-1ebbb05edbc89d6b428a9324f00b4f9849f49d97.tar.gz Luxcena-Neo-1ebbb05edbc89d6b428a9324f00b4f9849f49d97.zip |
:construction: Matrix function
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() |