We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b38ce5 commit 79a2fa9Copy full SHA for 79a2fa9
examples/is31fl3731_wave_example.py
@@ -13,6 +13,11 @@
13
# from adafruit_is31fl3731.charlie_bonnet import CharlieBonnet as Display
14
# uncomment next line if you are using Pimoroni Scroll Phat HD LED 17 x 7
15
# 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)
21
22
i2c = busio.I2C(board.SCL, board.SDA)
23
0 commit comments