Added configuration
This commit is contained in:
parent
728f53bd3c
commit
480f856913
11
config.py
11
config.py
@ -1,7 +1,7 @@
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
#width
|
#width
|
||||||
ScreenX = 24
|
ScreenX = 80
|
||||||
#height
|
#height
|
||||||
ScreenY = 40
|
ScreenY = 40
|
||||||
|
|
||||||
@ -13,12 +13,15 @@ NoDataTimeout = 20
|
|||||||
LogLevel = logging.DEBUG
|
LogLevel = logging.DEBUG
|
||||||
|
|
||||||
UseGui = True
|
UseGui = True
|
||||||
GuiScaleFactor = 10
|
GuiScaleFactor = 5
|
||||||
|
|
||||||
|
WebHost = "localhost"
|
||||||
|
WebPort = 8000
|
||||||
|
|
||||||
# first app is always running in IDLE
|
# first app is always running in IDLE
|
||||||
Apps = [
|
Apps = [
|
||||||
{"name": "pixelflut", "cmd": "apps/idle.py", "permanent": True},
|
{"name": "pixelflut", "cmd": "apps/idle.py", "permanent": True},
|
||||||
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
||||||
{"name": "play_youtube", "cmd": "apps/play_youtube.sh"},
|
{"name": "fdtd", "cmd": "apps/main"},
|
||||||
{"name": "play_pornhub", "cmd": "apps/play_pornhub.sh"}
|
{"name": "play_youtube", "cmd": "apps/play_youtube.sh"}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user