aboutsummaryrefslogtreecommitdiff
path: root/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2018-12-04 21:47:06 +0000
committerjakobst1n <jakob.stendahl@outlook.com>2018-12-04 21:47:06 +0000
commit1ebbb05edbc89d6b428a9324f00b4f9849f49d97 (patch)
tree052724b71eee0e51e90791233454558b371d1279 /src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py
parentec3b7655b3b265cfe0086d7ad20ffa28cfa8629d (diff)
downloadLuxcena-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.py1
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()