remove some trailing space

This commit is contained in:
Jeff Epler 2023-03-10 07:54:00 -06:00
parent 64a134bb52
commit e804e29cab
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -220,7 +220,7 @@ def get_touchscreen_choice():
if wrapped_text_display.max_offset() > 0 and ticks_less(deadline, ticks_ms()):
wrapped_text_display.scroll_next_line()
wrapped_text_display.refresh()
deadline = ticks_add(deadline,
deadline = ticks_add(deadline,
5000 if wrapped_text_display.on_last_line() else 1000)
# Depending on the quadrant of the screen, make a choice