Skip to content

Commit

Permalink
Merge pull request #14 from jposada202020/updating_example
Browse files Browse the repository at this point in the history
updating colstart kwarg
  • Loading branch information
makermelissa authored Feb 24, 2023
2 parents 00c06d8 + 9334da5 commit 82cb716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssd1675_2.13_monochrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
time.sleep(1)

display = adafruit_ssd1675.SSD1675(
display_bus, width=250, height=122, rotation=270, busy_pin=epd_busy
display_bus, colstart=8, width=250, height=122, rotation=270, busy_pin=epd_busy
)

g = displayio.Group()
Expand Down

0 comments on commit 82cb716

Please sign in to comment.