Skip to content

Commit

Permalink
Merge pull request #75 from pimoroni/helgibbons-patch-2
Browse files Browse the repository at this point in the history
screenmodes - fix typo
  • Loading branch information
Gadgetoid authored Oct 16, 2023
2 parents 5d11831 + 07ff2de commit aaa2317
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 aaa2317

Please sign in to comment.