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