Skip to content

Commit 9e5782e

Browse files
committed
remove rotation arg simpletest
1 parent aa8bbda commit 9e5782e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/displayio_sh1107_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
BORDER = 2
4040

4141
display = adafruit_displayio_sh1107.SH1107(
42-
display_bus, width=WIDTH, height=HEIGHT, rotation=0
42+
display_bus, width=WIDTH, height=HEIGHT
4343
)
4444

4545
# Make the display context

0 commit comments

Comments
 (0)