diff --git a/__init__.py b/__init__.py index 107b892..81b9fb2 100644 --- a/__init__.py +++ b/__init__.py @@ -137,7 +137,7 @@ class lcdMenu: else: self.lcd.putstr(" "+chr(2)) elif self.current_selection == 0 and not self.cycle: # first item selected and no cycling - self.lcd.putstr(" ") # leave it spacy + self.lcd.putstr(" ") # leave the line with spaces else: self.lcd.putstr(" " + chr(0))