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.3
Fixed set_multiple_pixels again
Defaulted internal buffer to list of tuples
0.0.2
Fixed set_all method
Fixed set_multiple_pixels method
0.0.1
Initial release
Release files for rgbmatrix5x5 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rgbmatrix5x5-0.0.3.tar.gz | 7.0 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rgbmatrix5x5-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
| rgbmatrix5x5-0.0.3-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 22.6 kB
Release files / rgbmatrix5x5-0.0.3.tar.gz
| Download URL | rgbmatrix5x5-0.0.3.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c3796921a8b8cae28e811ef01f978a9308082f5496f415cbe48d09970ceb3318
|
|
BLAKE2b-256 checksum How to use checksums |
5afdace83079e7ba25b5ebaa7ebf26246f1d0db97cffbd4a3a0c784a6bd77500
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / rgbmatrix5x5-0.0.3-py3-none-any.whl
| Download URL | rgbmatrix5x5-0.0.3-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0dff7deea23d979a387675691aab4802375a234c5f2d7abf4cce64765da7bbce
|
|
BLAKE2b-256 checksum How to use checksums |
6506c77410f315f8d43eba6ce5024ab79f81c10786e9a5abea761b58c40b25fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / rgbmatrix5x5-0.0.3-py2-none-any.whl
| Download URL | rgbmatrix5x5-0.0.3-py2-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
f997120c0c6c43e252d00899ab4f80517159541a9fde2603ef97e59bf2b709c1
|
|
BLAKE2b-256 checksum How to use checksums |
f4e7b2cef0729d59a7eeb1ea5838de4b21f65a7ca340437f8f6c39a5a6974759
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|