File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ A VIAM module to support led matrices with a max7219 chip. The module is a wrapp
3
3
4
4
The module was tested with a 3 pack of [ EC Buying MAX7219 Dot Matrix Modules] ( https://www.amazon.com/dp/B0BXDKHZL6 )
5
5
6
+ The first module should be wired to a raspberry pi in the following way:
7
+
8
+ | Max Pin | RPI Pin |
9
+ | -------- | ------- |
10
+ | VCC | Any 5v Pin |
11
+ | GND | Any Ground Pin |
12
+ | DIN | MOSI Pin 19 / GPIO 10 |
13
+ | CS | CE0 Pin 24 / GPIO 8 |
14
+ | CLK | SCLK Pin 23 / GPIO 11 |
15
+
16
+ Based on the [ official pinout diagram] ( https://www.raspberrypi.com/documentation/computers/raspberry-pi.html ) provided by Raspberry Pi
17
+
6
18
## Attribute Examples
7
19
The following config is used to control a single [ HiLetgo MAX7219 Dot Matrix Module] ( https://www.amazon.com/dp/B07FFV537V ) .
8
20
```
You can’t perform that action at this time.
0 commit comments