File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 10
10
CircuitPython library to support MAX7219 LED Matrix/Digit Display Driver.
11
11
This library supports the use of the MAX7219-based display in CircuitPython,
12
12
either an 8x8 matrix or a 8 digit 7-segment numeric display.
13
+
13
14
See Also
14
15
=========
15
16
* matrices.Maxtrix8x8 is a class support an 8x8 led matrix display
16
17
* bcddigits.BCDDigits is a class that support the 8 digit 7-segment display
18
+
17
19
Beware that most CircuitPython compatible hardware are 3.3v logic level! Make
18
20
sure that the input pin is 5v tolerant.
21
+
19
22
* Author(s): Michael McWethy
23
+
20
24
Implementation Notes
21
25
--------------------
22
26
**Hardware:**
23
- * Adafruit `MAX7219CNG LED Matrix/Digit Display Driver -
27
+
28
+ * `Adafruit MAX7219CNG LED Matrix/Digit Display Driver -
24
29
MAX7219 <https://www.adafruit.com/product/453>`_ (Product ID: 453)
30
+
25
31
**Software and Dependencies:**
32
+
26
33
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
27
34
https://github.com/adafruit/circuitpython/releases
28
- * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
35
+
36
+ * Adafruit's Bus Device library:
37
+ https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
38
+
29
39
**Notes:**
30
40
#. Datasheet: https://cdn-shop.adafruit.com/datasheets/MAX7219.pdf
31
41
"""
You can’t perform that action at this time.
0 commit comments