Remove splash screen

This commit is contained in:
Gabriel Augendre 2023-04-28 09:43:24 +02:00
parent 41d28466eb
commit a062807b91

View file

@ -245,16 +245,6 @@ def get_time():
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:
try:
main()