started working on a website dashboard

This commit is contained in:
Remy Moll
2020-10-29 12:27:08 +01:00
parent c134135d4e
commit d4764515af
4 changed files with 44 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=15):
def __init__(self, text_speed=18):
self.IO = led.OutputHandler(32,16)
self.tspeed = text_speed