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
4 changes: 2 additions & 2 deletions adafruit_matrixportal/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def __init__(
board.D12,
]
clock_pin = board.D13
latch_pin = board.D0
oe_pin = board.D1
latch_pin = board.RX
oe_pin = board.TX
else:
# Metro/Grand Central Style Board
if alt_addr_pins is None and height <= 16:
Expand Down
Loading