Skip to content

Commit 82cb716

Browse files
authored
Merge pull request #14 from jposada202020/updating_example
updating colstart kwarg
2 parents 00c06d8 + 9334da5 commit 82cb716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1675_2.13_monochrome.py

+1-1
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, width=250, height=122, rotation=270, busy_pin=epd_busy
31+
display_bus, colstart=8, width=250, height=122, rotation=270, busy_pin=epd_busy
3232
)
3333

3434
g = displayio.Group()

0 commit comments

Comments
 (0)