LED SHIM Driver
Project description
https://shop.pimoroni.com/products/5x5-rgb-matrix-breakout
An adorably tiny 5x5 pixel Breakout Garden compatible LED matrix breakout for adding status displays or fancy lighting to your project.
Installing
Full install (recommended):
We’ve created an easy installation script that will install all pre-requisites and get your LED Matrix up and running with minimal efforts. To run it, fire up Terminal which you’ll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:
In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:
curl https://get.pimoroni.com/rgbmatrix5x5 | bash
Manual install:
Library install for Python 3:
on Raspbian:
sudo apt-get install python3-rgbmatrix5x5
other environments:
sudo pip3 install rgbmatrix5x5
Library install for Python 2:
on Raspbian:
sudo apt-get install python-rgbmatrix5x5
other environments:
sudo pip2 install rgbmatrix5x5
Development:
If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:
sudo python3 setup.py install
(or sudo python setup.py install whichever your primary Python environment may be)
In all cases you will have to enable the i2c bus.
Documentation & Support
Guides and tutorials - https://learn.pimoroni.com/5x5-rgb-matrix-breakout
Function reference - http://docs.pimoroni.com/rgbmatrix5x5/
Get help - http://forums.pimoroni.com/c/support
0.0.2
Fixed set_all method
Fixed set_multiple_pixels method
0.0.1
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file rgbmatrix5x5-0.0.2.tar.gz
.
File metadata
- Download URL: rgbmatrix5x5-0.0.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1064f990a09167cfe605afb26f53f8c0929806053ce01a544b78c9d44168a475 |
|
MD5 | cc7d25f92edf0addb1f82d04cee90072 |
|
BLAKE2b-256 | 195eac298d21f46d71325b08f6519e78d811880963470451205301507213c63f |
File details
Details for the file rgbmatrix5x5-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: rgbmatrix5x5-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ef83d287d2594b77dbd74fc91b2e72d7eac2d7478543bac4372aeb763902ce |
|
MD5 | 42bce71cc3bd48745b43a844ab92ab0a |
|
BLAKE2b-256 | 8319da6c41074186142e61382933e8e3793660c3a450f769029f6b94ded3a515 |
File details
Details for the file rgbmatrix5x5-0.0.2-py2-none-any.whl
.
File metadata
- Download URL: rgbmatrix5x5-0.0.2-py2-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83dafb53fff44acf65ef81616994c35db27d0c74d295f160f0db978e1b887e81 |
|
MD5 | 5425d47634ce7bb194e67cd50a680b05 |
|
BLAKE2b-256 | 022be4b78c21b6419e82b12d2bca809d8f5bfdef0dde019db2cc889b7e2ee14a |