File tree 6 files changed +18
-9
lines changed 6 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 26
26
27
27
CircuitPython driver for the IS31FL3731 charlieplex IC.
28
28
29
+ Base library.
29
30
30
31
* Author(s): Tony DiCola, Melissa LeBlanc-Williams
31
32
40
41
* `Adafruit 15x7 CharliePlex LED Matrix Display FeatherWings
41
42
<https://www.adafruit.com/product/2965>`_
42
43
44
+ * `Adafruit 16x8 CharliePlex LED Matrix Bonnets
45
+ <https://www.adafruit.com/product/4127>`_
46
+
47
+ * `Pimoroni 17x7 Scroll pHAT HD
48
+ <https://www.adafruit.com/product/3473>`_
49
+
50
+ * `Pimoroni 28x3 (r,g,b) Led Shim
51
+ <https://www.adafruit.com/product/3831>`_
52
+
53
+
43
54
**Software and Dependencies:**
44
55
45
56
* Adafruit CircuitPython firmware (2.2.0+) for the ESP8622 and M0-based boards:
Original file line number Diff line number Diff line change 21
21
# THE SOFTWARE.
22
22
23
23
"""
24
- `adafruit_is31fl3731`
24
+ `adafruit_is31fl3731.charlie_bonnet `
25
25
====================================================
26
26
27
27
CircuitPython driver for the IS31FL3731 charlieplex IC.
34
34
35
35
**Hardware:**
36
36
37
- * `Adafruit 16x9 Charlieplexed PWM LED Matrix Driver - IS31FL3731
38
- <https://www.adafruit.com/product/2946 >`_
37
+ * `Adafruit 16x8 CharliePlex LED Matrix Bonnets
38
+ <https://www.adafruit.com/product/4127 >`_
39
39
40
- * `Adafruit 15x7 CharliePlex LED Matrix Display FeatherWings
41
- <https://www.adafruit.com/product/2965>`_
42
40
43
41
**Software and Dependencies:**
44
42
Original file line number Diff line number Diff line change 21
21
# THE SOFTWARE.
22
22
23
23
"""
24
- `adafruit_is31fl3731`
24
+ `adafruit_is31fl3731.charlie_wing `
25
25
====================================================
26
26
27
27
CircuitPython driver for the IS31FL3731 charlieplex IC.
Original file line number Diff line number Diff line change 21
21
# THE SOFTWARE.
22
22
23
23
"""
24
- `adafruit_is31fl3731`
24
+ `adafruit_is31fl3731.led_shim `
25
25
====================================================
26
26
27
27
CircuitPython driver for the IS31FL3731 charlieplex IC.
Original file line number Diff line number Diff line change 21
21
# THE SOFTWARE.
22
22
23
23
"""
24
- `adafruit_is31fl3731`
24
+ `adafruit_is31fl3731.matrix `
25
25
====================================================
26
26
27
27
CircuitPython driver for the IS31FL3731 charlieplex IC.
Original file line number Diff line number Diff line change 21
21
# THE SOFTWARE.
22
22
23
23
"""
24
- `adafruit_is31fl3731`
24
+ `adafruit_is31fl3731.scroll_phat_hd `
25
25
====================================================
26
26
27
27
CircuitPython driver for the Pimoroni 17x7 Scroll pHAT HD.
You can’t perform that action at this time.
0 commit comments