This commit is contained in:
Remy Moll 2020-10-29 10:54:46 +01:00
parent a3ee44af95
commit c134135d4e
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import persistence.rw
class ClockFace(object):
"""Actual functions one might need for a clock"""
def __init__(self, text_speed=12):
def __init__(self, text_speed=15):
self.IO = led.OutputHandler(32,16)
self.tspeed = text_speed

View File

@ -1,4 +1,5 @@
#!/bin/bash
sleep 30
cd /home/pi/AIO
sudo python3 launcher.py