Skip to content

Commit c4002d0

Browse files
committed
new format
1 parent fb19eea commit c4002d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/epd_simpletest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
busy = digitalio.DigitalInOut(board.D6)
1414

1515
# give them all to our driver
16-
display = Adafruit_IL0373(152, 152, rst, dc, busy, srcs, ecs, spi)
16+
display = Adafruit_IL0373(152, 152, spi,
17+
cs_pin=ecs, dc_pin=dc, sramcs_pin=srcs,
18+
rst_pin=rst, busy_pin=busy)
1719

1820
# clear the buffer
1921
display.fill(Adafruit_EPD.WHITE)

0 commit comments

Comments
 (0)