Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rotation on 1.54 to match Arduino
  • Loading branch information
makermelissa committed Feb 17, 2021
commit c0e3d7cd21b6541a02ce2056a32e96dcdcde9bf7
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