[__init__.py] Made a comment better understandable

This commit is contained in:
BlueFox 2024-11-01 20:54:54 +00:00
parent c5b66e707b
commit da4b738b45

View File

@ -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))