Skip to content

Commit

Permalink
updating colstart kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Feb 24, 2023
1 parent 00c06d8 commit 9334da5
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 9334da5

Please sign in to comment.