Skip to content

Commit 31d5dc4

Browse files
authored
Merge pull request #21 from makermelissa/master
Update rotation on 1.54 to match Arduino
2 parents 32610fd + c0e3d7c commit 31d5dc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/il0373_1.54_color.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
time.sleep(1)
2929

3030
display = adafruit_il0373.IL0373(
31-
display_bus, width=152, height=152, busy_pin=epd_busy, highlight_color=0xFF0000
31+
display_bus,
32+
width=152,
33+
height=152,
34+
busy_pin=epd_busy,
35+
highlight_color=0xFF0000,
36+
rotation=180,
3237
)
3338

3439
g = displayio.Group()

0 commit comments

Comments
 (0)