App Entwicklungsanleitung und Beispielapp hinzugefügt

This commit is contained in:
Andreas Völker
2018-12-30 14:34:18 +01:00
parent 591ab2be0c
commit 1c78390fb2
5 changed files with 213 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Apps = [
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh", "persistent": False},
{"guiname": "Show Framebuffer", "name": "fbcp", "cmd": ["apps/fbcp", "/dev/fb0"]},
{"guiname": "Strobo", "name": "strobo", "cmd": "apps/strobo.py"},
{"guiname": "Beispiel", "name": "example", "cmd": "apps/example.py"},
#{"guiname": "Colored noise", "name": "cnoise", "cmd": "apps/cnoise", "persistent": False},