Skip to content

Commit

Permalink
changed countdown timer display text
Browse files Browse the repository at this point in the history
  • Loading branch information
alustig3 committed Jan 2, 2023
1 parent 593d390 commit 8fec41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def timer_mode():
unitron.pixels.fill(0)
unitron.pixels.show()
interface.mode_switch = True
unitron.top_disp.text(" Count- ")
unitron.btm_disp.text(" douun ")
unitron.top_disp.text(" tiMmer ")
unitron.btm_disp.text(" ")
time.sleep(0.75)


Expand Down

0 comments on commit 8fec41c

Please sign in to comment.