Add config and setup script for pixelserver2 conformity
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# Pixelthud
|
# Pixelthud
|
||||||
|
|
||||||
Animationen für die Decken-LED-Matrix im Chaospott. Kompatibel zu Pixelserver2
|
Animationen für die Decken-LED-Matrix im Chaospott. Kompatibel zu pixelserver2.
|
||||||
|
5
pixelthudconf.py
Normal file
5
pixelthudconf.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Apps = [
|
||||||
|
# pixelthud
|
||||||
|
{"guiname": "Fading Pixels", "name": "fadingpxls", "cmd": "apps/fading_pixels.py", "persistent": False},
|
||||||
|
{"guiname": "Plane Wave", "name": "planewave", "cmd": "apps/plane_wave.py", "persistent": False},
|
||||||
|
]
|
9
setup.sh
Executable file
9
setup.sh
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cp -f fading_pixels.py ../../apps/
|
||||||
|
cp -f plane_wave.py ../../apps/
|
||||||
|
|
||||||
|
|
||||||
|
chmod +x ../../apps/fading_pixels.py
|
||||||
|
chmod +x ../../apps/plane_wave.py
|
||||||
|
cp -f pixelthudconf.py ../../configs/
|
Reference in New Issue
Block a user