Skip to content

Commit 79a2fa9

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/is31fl3731_wave_example.py

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

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

0 commit comments

Comments
 (0)