-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
# Strip Library | ||
# The PixelPi Library for the WS281x Controller Board for the Raspberry Pi | ||
|
||
This Strip Library is a fork of the Pimoroni (http://pimoroni.com) Plasma code (https://github.com/pimoroni/plasma), massively simplified and extensively modified to be used with the Strip Raspberry Pi 'small' HAT from Hut 8 Designs. | ||
The PixelPi is a HAT-like add on board from Hut 8 Designs for the Raspberry Pi computer (40-pin versions) and enables | ||
you to control up to four (4) WS281x type RGB LED strips or matrices independently with one Raspberry Pi. | ||
|
||
## Compatible Products | ||
|
||
. The Strip From Hut 8 Designs | ||
![The PixelPi in action!](docs/source/images/pixelpi.jpg) | ||
*The PixelPi in action!* | ||
|
||
## Installing | ||
|
||
The library has been designed to only work with Python 3. | ||
|
||
```bash | ||
cd ~ | ||
git clone http://github.com/geekytim/PixelPiLibrary | ||
cd ~/PixelPiLibrary | ||
sudo bash install.sh | ||
``` | ||
|
||
Disable audio... | ||
This library is a fork of the Pimoroni (http://pimoroni.com) Plasma code (https://github.com/pimoroni/plasma), massively | ||
simplified and extensively modified to be used with the Raspberry Pi PixelPi 'small' HAT. | ||
|
||
## Documentation & Support | ||
|
||
* Guides and tutorials - | ||
* Function reference - | ||
* Get help - | ||
* Guides and tutorials - https://pixelpi.readthedocs.io/en/latest/ | ||
* Function reference - https://pixelpi.readthedocs.io/en/latest/library.html | ||
* Get help - <[email protected]> |