Skip to content

Commit 86ccffb

Browse files
committed
moreso
1 parent 6f42d81 commit 86ccffb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/displayio_sh1107_simpletest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
ROTATION = 90
3131
BORDER = 2
3232

33-
display = adafruit_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT, rotation=ROTATION)
33+
display = adafruit_displayio_sh1107.SH1107(
34+
display_bus, width=WIDTH, height=HEIGHT, rotation=ROTATION
35+
)
3436

3537
# Make the display context
3638
splash = displayio.Group()

0 commit comments

Comments
 (0)