mirror of
https://github.com/Crocmagnon/plant-badger.git
synced 2024-12-04 15:13:36 +01:00
Remove splash screen
This commit is contained in:
parent
41d28466eb
commit
a062807b91
1 changed files with 0 additions and 10 deletions
|
@ -245,16 +245,6 @@ def get_time():
|
||||||
return fix_dst(*display.rtc.datetime())
|
return fix_dst(*display.rtc.datetime())
|
||||||
|
|
||||||
|
|
||||||
def splash_screen():
|
|
||||||
display.set_pen(WHITE)
|
|
||||||
display.clear()
|
|
||||||
display.set_pen(BLACK)
|
|
||||||
display.text("Starting plant app...", 10, 10, 300, 0.5)
|
|
||||||
display.set_update_speed(UPDATE_FAST)
|
|
||||||
display.update()
|
|
||||||
|
|
||||||
|
|
||||||
splash_screen()
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue