Skip to content

Commit 0904884

Browse files
authored
Merge pull request #10 from makermelissa/master
Update rotation in example to match Arduino
2 parents 03a9fea + 6829687 commit 0904884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1608_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
time.sleep(1)
2929

3030
display = adafruit_ssd1608.SSD1608(
31-
display_bus, width=200, height=200, busy_pin=epd_busy
31+
display_bus, width=200, height=200, busy_pin=epd_busy, rotation=180
3232
)
3333

3434
g = displayio.Group()

0 commit comments

Comments
 (0)