max7219

A library to drive a MAX7219 LED serializer using hardware spidev


Keywords
raspberry pi, rpi, led, max7219, matrix, seven segment, 7 segment, apa102, dotstar, neopixel, python, raspberry-pi, spi, ws2812
License
MIT
Install
pip install max7219==0.2.1

Documentation

luma.core | luma.docs | luma.emulator | luma.examples | luma.lcd | luma.led_matrix | luma.oled

Luma.LED_Matrix

Display drivers for MAX7219, WS2812, APA102

https://github.com/rm-hull/luma.led_matrix/workflows/luma.led_matrix/badge.svg?branch=master https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest https://img.shields.io/pypi/dm/luma.led_matrix

https://img.shields.io/maintenance/yes/2022.svg?maxAge=2592000

Python 3 library interfacing LED matrix displays with the MAX7219 driver (using SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat and Unicorn Hat HD) and APA102 (DotStar) on the Raspberry Pi and other Linux-based single board computers - it provides a Pillow-compatible drawing canvas, and other functionality to support:

  • multiple cascaded devices
  • LED matrix, seven-segment and NeoPixel variants
  • scrolling/panning capability,
  • terminal-style printing,
  • state management,
  • dithering to monochrome,
  • pygame emulator,
  • Python 3.6 and newer are supported

Documentation

Full documentation with installation instructions and examples can be found on https://luma-led-matrix.readthedocs.io.

max7219 matrix

A LED matrix can be acquired for a few pounds from outlets like Banggood. Likewise 7-segment displays are available from Ali-Express or Ebay.

max7219 sevensegment

max7219 cascaded

max7219 box

max7219 emulator

License

The MIT License (MIT)

Copyright (c) 2013-2022 Richard Hull & Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.