1
0
Fork 0

Add config and setup script for pixelserver2 conformity

This commit is contained in:
m 2019-01-01 16:44:59 +01:00
parent 2621b90ed2
commit 67e235958f
5 changed files with 15 additions and 1 deletions

View File

@ -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.

5
pixelthudconf.py Normal file
View 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
View 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/