https://shop.pimoroni.com/products/11x7-led-matrix-breakout
11x7 pixels of single-colour, brightness-controlled, message scrolling goodness!
Installing
Full install (recommended):
We’ve created an easy installation script that will install all pre-requisites and get your 11x7 LED Matrix Breakout 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:
Finding the terminal
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/matrix11x7 | bash
If you choose to download examples you’ll find them in /home/pi/Pimoroni/matrix11x7/.
Manual install:
Library install for Python 3:
sudo pip3 install matrix11x7
Library install for Python 2:
sudo pip2 install matrix11x7
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
Get help - http://forums.pimoroni.com/c/support
0.0.1
Initial fork from Scroll pHAT HD codebase
Release files for matrix11x7 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| matrix11x7-0.0.1.tar.gz | 24.1 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| matrix11x7-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
| matrix11x7-0.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 75.9 kB
Release files / matrix11x7-0.0.1.tar.gz
| Download URL | matrix11x7-0.0.1.tar.gz |
|---|---|
| Size | 24.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a0f2e613968a7eaca094f0472846c1acfd07979bcacb575be0fede90e2878638
|
|
BLAKE2b-256 checksum How to use checksums |
f855a12debd0e5555f33f3752f83863fdbec56cb67de1ab97090cf26e4c2f9ae
|
| 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 / matrix11x7-0.0.1-py3-none-any.whl
| Download URL | matrix11x7-0.0.1-py3-none-any.whl |
|---|---|
| Size | 25.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
818944ada82c9c751c27806d3d75bad8b0ebca642b3e479d641e497ddc230758
|
|
BLAKE2b-256 checksum How to use checksums |
d1cc2dbd0829ae17a62dafa651004181c551d4c55b7662e625f529756ad7821d
|
| 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 / matrix11x7-0.0.1-py2-none-any.whl
| Download URL | matrix11x7-0.0.1-py2-none-any.whl |
|---|---|
| Size | 26.4 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
a4a5e199b1df299c6bc522d1e983ff0c4b55218db909a62e9bd04f15dbd75216
|
|
BLAKE2b-256 checksum How to use checksums |
9121d4604fc363949b199d03dbc2faf8fd2faeda6780106af51d1def166b2e48
|
| 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
|