Skip to content

Commit

Permalink
screenmodes - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons authored Oct 16, 2023
1 parent 5d11831 commit 07ff2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/screenmodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
display.set_pen(RED)
display.rectangle(20, modeSelect * 10 + 29, 125, 10)
display.set_pen(WHITE)
display.text("Unsuported - Wide Only", 30, modeSelect * 10 + 30, 300, 1)
display.text("Unsupported - Wide Only", 30, modeSelect * 10 + 30, 300, 1)
display.update()
modeChange = 0
time.sleep(0.25)
Expand Down

0 comments on commit 07ff2de

Please sign in to comment.