Skip to content

Commit

Permalink
Merge pull request #21 from makermelissa/master
Browse files Browse the repository at this point in the history
Update rotation on 1.54 to match Arduino
  • Loading branch information
ladyada committed Feb 17, 2021
2 parents 32610fd + c0e3d7c commit 31d5dc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/il0373_1.54_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
time.sleep(1)

display = adafruit_il0373.IL0373(
display_bus, width=152, height=152, busy_pin=epd_busy, highlight_color=0xFF0000
display_bus,
width=152,
height=152,
busy_pin=epd_busy,
highlight_color=0xFF0000,
rotation=180,
)

g = displayio.Group()
Expand Down

0 comments on commit 31d5dc4

Please sign in to comment.