diff --git a/__init__.py b/__init__.py index 81b9fb2..f4f18c9 100644 --- a/__init__.py +++ b/__init__.py @@ -198,6 +198,7 @@ class lcdMenu: self.lcd.move_to(0,1) # move to the second line for the starting message below (takes two lines) self.lcd.putstr(f"[{selection[0][0:lw].center(lw-2)}]{self.end_execution_msg[0:lw].center(lw)}") sleep(self.end_execution_wait) + self.show_selection() # listen for button presses (this method should be called in an endless loop, see method run)