1
0
Fork 0

Add config and setup script for pixelserver2 conformity

master
m 4 years ago
parent 2621b90ed2
commit 67e235958f

@ -1,3 +1,3 @@
# 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.

@ -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},
]

@ -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/
Loading…
Cancel
Save