[__init__.py] Made a comment better understandable
This commit is contained in:
parent
c5b66e707b
commit
da4b738b45
@ -137,7 +137,7 @@ class lcdMenu:
|
|||||||
else:
|
else:
|
||||||
self.lcd.putstr(" "+chr(2))
|
self.lcd.putstr(" "+chr(2))
|
||||||
elif self.current_selection == 0 and not self.cycle: # first item selected and no cycling
|
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:
|
else:
|
||||||
self.lcd.putstr(" " + chr(0))
|
self.lcd.putstr(" " + chr(0))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user