Skip to content

Commit 3165803

Browse files
updated the wiring plans in the readme
1 parent 6164680 commit 3165803

6 files changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ The strip uses 5V spi lanes but the Raspberry uses 3.3V. We need to use an level
88

99
The buttons will be connected with a 2kOhm pull down resistor each. The resistors will pull down the gpio to 0V if the buttons are not pressed. When the buttons are pressed the gpio pins will be connected to the 3.3V lane which results in an high flag.
1010

11+
12+
### Wiring WS2801 ###
1113
This example uses the hardware spi pins to connect the led strip.
1214

13-
![alt text](https://github.com/Tom-Hirschberger/PythonLedControl/raw/master/ledcontrol.png "Wiring")
15+
![alt text](https://github.com/Tom-Hirschberger/PythonLedControl/raw/master/ledcontrol-WS2801.png "Wiring WS2801")
16+
17+
### Wiring WS281X ###
18+
This example uses the GPIO21. 10, 12 and 18 are supported, also.
19+
20+
![alt text](https://github.com/Tom-Hirschberger/PythonLedControl/raw/master/ledcontrol-WS281X.png "Wiring WS281X")
1421

1522
## Installation ##
1623
```

ledcontrol-WS2801.fzz

88.9 KB
Binary file not shown.

ledcontrol-WS2801.png

205 KB
Loading

ledcontrol-WS281X.fzz

87.3 KB
Binary file not shown.

ledcontrol-WS281X.png

202 KB
Loading

ledcontrol.png

-206 KB
Binary file not shown.

0 commit comments

Comments
 (0)