so...
This commit is contained in:
parent
a3ee44af95
commit
c134135d4e
@ -14,7 +14,7 @@ import persistence.rw
|
|||||||
class ClockFace(object):
|
class ClockFace(object):
|
||||||
"""Actual functions one might need for a clock"""
|
"""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.IO = led.OutputHandler(32,16)
|
||||||
self.tspeed = text_speed
|
self.tspeed = text_speed
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
sleep 30
|
||||||
cd /home/pi/AIO
|
cd /home/pi/AIO
|
||||||
sudo python3 launcher.py
|
sudo python3 launcher.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user