Remove loading screen

Close #4
This commit is contained in:
Gabriel Augendre 2023-03-13 22:11:11 +01:00
parent 9697e29816
commit c4afe412cf

View file

@ -168,13 +168,6 @@ def main():
def fetch_and_display():
display.set_pen(WHITE)
display.clear()
display_image()
display_header("Chargement...")
display.set_update_speed(UPDATE_FAST)
display.update()
plant = HAPlant()
plant.fetch_states()
plant.display_state()