File tree 4 files changed +19
-10
lines changed 4 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: MIT
4
4
5
5
"""
6
- `adafruit_is31fl3731.charlie_bonnet `
6
+ `adafruit_is31fl3731.keybow2040 `
7
7
====================================================
8
8
9
9
CircuitPython driver for the IS31FL3731 charlieplex IC.
Original file line number Diff line number Diff line change 7
7
# SPDX-License-Identifier: MIT
8
8
9
9
"""
10
- `adafruit_is31fl3731.RGBmatrix5x5 `
10
+ `adafruit_is31fl3731.rgbmatrix5x5 `
11
11
====================================================
12
12
13
13
CircuitPython driver for the IS31FL3731 charlieplex IC.
Original file line number Diff line number Diff line change 10
10
.. automodule :: adafruit_is31fl3731.charlie_wing
11
11
:members:
12
12
13
+ .. automodule :: adafruit_is31fl3731.keybow2040
14
+ :members:
15
+
16
+ .. automodule :: adafruit_is31fl3731.led_shim
17
+ :members:
18
+
13
19
.. automodule :: adafruit_is31fl3731.matrix
14
20
:members:
15
21
16
- .. automodule :: adafruit_is31fl3731.scroll_phat_hd
22
+ .. automodule :: adafruit_is31fl3731.matrix_11x7
17
23
:members:
18
24
19
- .. automodule :: adafruit_is31fl3731.led_shim
25
+ .. automodule :: adafruit_is31fl3731.rgbmatrix5x5
26
+ :members:
27
+
28
+ .. automodule :: adafruit_is31fl3731.scroll_phat_hd
20
29
:members:
Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ libraries. CircuitPython does not support PIL/pillow (python imaging library)!
47
47
:caption: examples/is31fl3731_pillow_numbers.py
48
48
:linenos:
49
49
50
- Colorfull Examples
51
- ------------------
50
+ Colorful Examples
51
+ -----------------
52
52
53
- Example that work on the RGB Led Shim.
53
+ Example that works on the RGB Led Shim.
54
54
55
55
.. literalinclude :: ../examples/is31fl3731_ledshim_rainbow.py
56
56
:caption: examples/is31fl3731_ledshim_rainbow.py
57
57
:linenos:
58
58
59
- Example that work on the RGB Matrix 5x5.
59
+ Example that works on the RGB Matrix 5x5.
60
60
61
- .. literalinclude :: ../examples/is31fl3731_RGBmatrix5x5_rainbow .py
62
- :caption: examples/is31fl3731_RGBmatrix5x5_rainbow .py
61
+ .. literalinclude :: ../examples/is31fl3731_rgbmatrix5x5_rainbow .py
62
+ :caption: examples/is31fl3731_rgbmatrix5x5_rainbow .py
63
63
:linenos:
You can’t perform that action at this time.
0 commit comments