Skip to content

Commit 82588f5

Browse files
authored
Merge pull request #100 from Neradoc/fix-feather-pins
Change pin names for generic feather case using RX and TX
2 parents 5212f30 + 70b3b2f commit 82588f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_matrixportal/matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def __init__(
141141
board.D12,
142142
]
143143
clock_pin = board.D13
144-
latch_pin = board.D0
145-
oe_pin = board.D1
144+
latch_pin = board.RX
145+
oe_pin = board.TX
146146
else:
147147
# Metro/Grand Central Style Board
148148
if alt_addr_pins is None and height <= 16:

0 commit comments

Comments
 (0)