MicroPython LED Matrix Library - DIYables_MicroPython_LED_Matrix
This MicroPython LED Matrix library is designed for any hardware platform that supports MicroPython such as Raspberry Pi Pico, ESP32, Micro:bit... to work with the Max7219 LED Matrix. It is created by DIYables to work with DIYables LED Matrix, but also work with other brand LED Matrix. Please consider purchasing LED Matrix 8x8 and LED Matrix 32x8 from DIYables to support our work.
Product Link
Features
- Supports ASCII characters, including the degree (째) symbol
- Allows custom characters (with a provided custom character generator)
- Trims each character to its actual width and adds configurable spacing, unlike other libraries that fix characters to 8-pixel width, for a more compact and flexible display
- Compatible with any MicroPython-supported platform, including Raspberry Pi Pico, ESP32, Micro:bit, and more
Available Functions
- __init__(self,spi, cs, num_matrices=4)
- clear(self)
- show(self)
- set_brightness(self, brightness)
- print_bitmap(self, bitmap, start_col = 0)
- print_char(self, char, start_col = 0)
- print(self, text, spacing=2, col = 0)
- print_custom_char(self, bitmap, col = 0)
Available Examples
main.py does:
- display text
- display custom characters
- scroll text.py
Tutorials
- Arduino MicroPython - LED Matrix 8x8
- ESP32 MicroPython - LED Matrix 8x8
- Raspberry Pi Pico - LED Matrix 8x8
References
Release files for DIYables-MicroPython-LED-Matrix 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| diyables_micropython_led_matrix-0.1.0.tar.gz | 7.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| DIYables_MicroPython_LED_Matrix-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.8 kB
Release files / diyables_micropython_led_matrix-0.1.0.tar.gz
| Download URL | diyables_micropython_led_matrix-0.1.0.tar.gz |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ac8ba37255e994b80e3eaf24789d5fe952d7837550ec253161dea9244e255b3
|
|
BLAKE2b-256 checksum How to use checksums |
7f973635f9874d7b8a45320c586e351111488db4a5cbc90cf9a0b821d023a058
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / DIYables_MicroPython_LED_Matrix-0.1.0-py3-none-any.whl
| Download URL | DIYables_MicroPython_LED_Matrix-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eda674d3f1c80bf6b6a2719f8bdebe8cd9416ca54925a73775615c68c888901e
|
|
BLAKE2b-256 checksum How to use checksums |
9f896b387ae2317286b252e23d43979531b000e93f9356d1b033965cff5e2a35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|