Skip to content

Commit

Permalink
Merge pull request #15 from jposada202020/reverting_example
Browse files Browse the repository at this point in the history
reverting_example
  • Loading branch information
tannewt committed Mar 24, 2023
2 parents 82cb716 + 0867344 commit 05afbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssd1675_2.13_monochrome.py
Expand Up @@ -28,7 +28,7 @@
time.sleep(1)

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

g = displayio.Group()
Expand Down

0 comments on commit 05afbed

Please sign in to comment.