We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8bbda commit 9e5782eCopy full SHA for 9e5782e
examples/displayio_sh1107_simpletest.py
@@ -39,7 +39,7 @@
39
BORDER = 2
40
41
display = adafruit_displayio_sh1107.SH1107(
42
- display_bus, width=WIDTH, height=HEIGHT, rotation=0
+ display_bus, width=WIDTH, height=HEIGHT
43
)
44
45
# Make the display context
0 commit comments