Skip to content

Commit 1a726c3

Browse files
committed
Adapt example to generate better documentation.
1 parent 1440e4f commit 1a726c3

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

adafruit_is31fl3731/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
2727
CircuitPython driver for the IS31FL3731 charlieplex IC.
2828
29+
Base library.
2930
3031
* Author(s): Tony DiCola, Melissa LeBlanc-Williams
3132
@@ -40,6 +41,16 @@
4041
* `Adafruit 15x7 CharliePlex LED Matrix Display FeatherWings
4142
<https://www.adafruit.com/product/2965>`_
4243
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+
4354
**Software and Dependencies:**
4455
4556
* Adafruit CircuitPython firmware (2.2.0+) for the ESP8622 and M0-based boards:

adafruit_is31fl3731/charlie_bonnet.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323
"""
24-
`adafruit_is31fl3731`
24+
`adafruit_is31fl3731.charlie_bonnet`
2525
====================================================
2626
2727
CircuitPython driver for the IS31FL3731 charlieplex IC.
@@ -34,11 +34,9 @@
3434
3535
**Hardware:**
3636
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>`_
3939
40-
* `Adafruit 15x7 CharliePlex LED Matrix Display FeatherWings
41-
<https://www.adafruit.com/product/2965>`_
4240
4341
**Software and Dependencies:**
4442

adafruit_is31fl3731/charlie_wing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323
"""
24-
`adafruit_is31fl3731`
24+
`adafruit_is31fl3731.charlie_wing`
2525
====================================================
2626
2727
CircuitPython driver for the IS31FL3731 charlieplex IC.

adafruit_is31fl3731/led_shim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323
"""
24-
`adafruit_is31fl3731`
24+
`adafruit_is31fl3731.led_shim`
2525
====================================================
2626
2727
CircuitPython driver for the IS31FL3731 charlieplex IC.

adafruit_is31fl3731/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323
"""
24-
`adafruit_is31fl3731`
24+
`adafruit_is31fl3731.matrix`
2525
====================================================
2626
2727
CircuitPython driver for the IS31FL3731 charlieplex IC.

adafruit_is31fl3731/scroll_phat_hd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323
"""
24-
`adafruit_is31fl3731`
24+
`adafruit_is31fl3731.scroll_phat_hd`
2525
====================================================
2626
2727
CircuitPython driver for the Pimoroni 17x7 Scroll pHAT HD.

0 commit comments

Comments
 (0)