Skip to content

Commit 05afbed

Browse files
authored
Merge pull request #15 from jposada202020/reverting_example
reverting_example
2 parents 82cb716 + 0867344 commit 05afbed

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)