Skip to content

Commit 0867344

Browse files
committed
reverting_example
1 parent 82cb716 commit 0867344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1675_2.13_monochrome.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_ssd1675.SSD1675(
31-
display_bus, colstart=8, width=250, height=122, rotation=270, busy_pin=epd_busy
31+
display_bus, width=250, height=122, rotation=270, busy_pin=epd_busy
3232
)
3333

3434
g = displayio.Group()

0 commit comments

Comments
 (0)