Add config and setup script for pixelserver2 conformity
This commit is contained in:
parent
2621b90ed2
commit
67e235958f
@ -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},
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user