Skip to content

Commit 0b38ce5

Browse files
authored
Hint for Pico & Pimoroni 11x7 LED Matrix Breakout
1 parent 0692343 commit 0b38ce5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/is31fl3731_frame_example.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# from adafruit_is31fl3731.charlie_bonnet import CharlieBonnet as Display
1515
# uncomment next line if you are using Pimoroni Scroll Phat HD LED 17 x 7
1616
# from adafruit_is31fl3731.scroll_phat_hd import ScrollPhatHD as Display
17+
# uncomment next line if you are using Pimoroni 11x7 LED Matrix Breakout
18+
# from adafruit_is31fl3731.matrix_11x7 import Matrix11x7 as Display
19+
20+
# uncomment this line if you use a Pico, here with SCL=GP21 and SDA=GP20.
21+
# i2c = busio.I2C(board.GP21, board.GP20)
1722

1823
i2c = busio.I2C(board.SCL, board.SDA)
1924

0 commit comments

Comments
 (0)