File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
# RPi WS281x Python
2
2
3
- This is an unofficial Python distribution of the ws281x library: http://github.com/richardghirst/rpi_ws281x
3
+ This is the official Python distribution of the ws281x library: http://github.com/richardghirst/rpi_ws281x
4
4
5
- It's intended to support the Unicorn HAT library, but can be used for driving other WS281x-based LED projects.
5
+ # Installing
6
6
7
- ### Based Upon rpi_ws281x
7
+ ## From pip
8
8
9
- ` unicornhat ` is based upon a modified, Pi 2/3 compatible version of the RPi ws281x Library by Jeremy Garff.
9
+ Most users should simply run:
10
10
11
- The library was modified by Richard Hirst.
12
-
13
- * Modified version: https://github.com/richardghirst/rpi_ws281x
14
- * Original: https://github.com/jgarff/rpi_ws281x
11
+ ```
12
+ sudo pip install rpi_ws281x
13
+ ```
You can’t perform that action at this time.
0 commit comments