Skip to content

Commit b80a3e1

Browse files
add pinout documentation
1 parent 81e9c5f commit b80a3e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ A VIAM module to support led matrices with a max7219 chip. The module is a wrapp
33

44
The module was tested with a 3 pack of [EC Buying MAX7219 Dot Matrix Modules](https://www.amazon.com/dp/B0BXDKHZL6)
55

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+
618
## Attribute Examples
719
The following config is used to control a single [HiLetgo MAX7219 Dot Matrix Module](https://www.amazon.com/dp/B07FFV537V).
820
```

0 commit comments

Comments
 (0)