Skip to content

Commit c0e3d7c

Browse files
committed
Update rotation on 1.54 to match Arduino
1 parent 32610fd commit c0e3d7c

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)