Fixed assembly

This commit is contained in:
Balthasar Reuter
2015-06-19 22:24:51 +02:00
parent 7d3f4a0c9e
commit 76b3c54c39
2 changed files with 83 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
# Created by br@re-web.eu, 2015
import os
from datetime import datetime
from time import sleep
import subprocess
@@ -12,10 +13,10 @@ from gui import GUI_PyGame as GuiModule
#####################
# Screen size
display_size = (1024, 600)
display_size = (1024, 768)
# Directory name
directory = "2015-06-18"
directory = datetime.now().strftime("%Y-%m-%d")
# Display time for slideshow pictures
display_time = 3