Added a simple Python GUI to set date and time

This commit is contained in:
Balthasar Reuter
2016-10-05 23:38:48 +02:00
parent b8e7ac2c55
commit 1ac4a4521c
5 changed files with 135 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Created by br@re-web.eu, 2015
# Created by br _at_ re-web _dot_ eu, 2015-2016
import os
from datetime import datetime
@@ -10,8 +10,8 @@ from time import sleep, clock
from PIL import Image
from gui import GUI_PyGame as GuiModule
# from camera import CameraException, Camera_cv as CameraModule
from camera import CameraException, Camera_gPhoto as CameraModule
from camera import CameraException, Camera_cv as CameraModule
#from camera import CameraException, Camera_gPhoto as CameraModule
from slideshow import Slideshow
from events import Rpi_GPIO as GPIO