File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: MIT
55
66"""
7- `adafruit_max7219.matrices.Matrix8x8`
8- `adafruit_max7219.matrices.CustomMatrix`
7+ `adafruit_max7219.matrices`
98====================================================
109"""
1110from micropython import const
Original file line number Diff line number Diff line change 66
77"""
88`adafruit_max7219.max7219` - MAX7219 LED Matrix/Digit Display Driver
9- `adafruit_max7219.ChainableMAX7219` - Chained MAX7219 LED Matrix/Digit Display Driver
109========================================================================
1110CircuitPython library to support MAX7219 LED Matrix/Digit Display Driver.
1211This library supports the use of the MAX7219-based display in CircuitPython,
Original file line number Diff line number Diff line change 33
44 .. automodule :: adafruit_max7219.max7219
55 :members:
6+ :show-inheritance:
67
78.. automodule :: adafruit_max7219.matrices
89 :members:
Original file line number Diff line number Diff line change 2424# digitalio, micropython and busio. List the modules you use. Without it, the
2525# autodoc module docs will fail to generate with a warning.
2626autodoc_mock_imports = ["framebuf" ]
27+ autodoc_member_order = "bysource"
2728
2829intersphinx_mapping = {
2930 "python" : ("https://docs.python.org/3.4" , None ),
You can’t perform that action at this time.
0 commit comments