Initial commit
This commit is contained in:
12
config.py
Normal file
12
config.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#width
|
||||
ScreenX = 24
|
||||
#height
|
||||
ScreenY = 40
|
||||
|
||||
# first app is always running in IDLE
|
||||
Apps = [
|
||||
{"name": "pixelflut", "cmd": "apps/idle.py", "permanent": True},
|
||||
{"name": "framebuffer", "cmd": "apps/framebuffercp"},
|
||||
{"name": "play_youtube", "cmd": "apps/play_youtube.sh"}
|
||||
]
|
Reference in New Issue
Block a user