diff --git a/src/apps/plant.py b/src/apps/plant.py index 96a055b..896d3ac 100644 --- a/src/apps/plant.py +++ b/src/apps/plant.py @@ -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()