Skip to content

Commit

Permalink
remove rotation arg simpletest
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Nov 15, 2024
1 parent aa8bbda commit 9e5782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/displayio_sh1107_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
BORDER = 2

display = adafruit_displayio_sh1107.SH1107(
display_bus, width=WIDTH, height=HEIGHT, rotation=0
display_bus, width=WIDTH, height=HEIGHT
)

# Make the display context
Expand Down

0 comments on commit 9e5782e

Please sign in to comment.