All Projects → rm-hull → Luma.led_matrix

rm-hull / Luma.led_matrix

Licence: mit
Python module to drive LED Matrices & 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Luma.led matrix

Swiftygpio
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
Stars: ✭ 1,188 (+191.89%)
Mutual labels:  raspberry-pi, spi, led
Gopi
Raspberry Pi Go Language Interface
Stars: ✭ 82 (-79.85%)
Mutual labels:  raspberry-pi, spi
Mraa
Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
Stars: ✭ 1,220 (+199.75%)
Mutual labels:  raspberry-pi, spi
Luma.lcd
Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
Stars: ✭ 124 (-69.53%)
Mutual labels:  raspberry-pi, spi
Rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
Stars: ✭ 463 (+13.76%)
Mutual labels:  raspberry-pi, spi
Diozero
Java Device I/O library that is portable across Single Board Computers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
Stars: ✭ 167 (-58.97%)
Mutual labels:  raspberry-pi, spi
Systematic Leds
Audio reactive, all in one, room lighting for your computer.
Stars: ✭ 85 (-79.12%)
Mutual labels:  raspberry-pi, led
Luma.oled
Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED
Stars: ✭ 560 (+37.59%)
Mutual labels:  raspberry-pi, spi
Rpi wordclock
Software to create a Raspberry Pi based wordclock
Stars: ✭ 164 (-59.71%)
Mutual labels:  raspberry-pi, led
Ofxgpio
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Stars: ✭ 155 (-61.92%)
Mutual labels:  raspberry-pi, spi
Luma.core
A component library providing a Pillow-compatible drawing canvas, and other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers.
Stars: ✭ 84 (-79.36%)
Mutual labels:  raspberry-pi, led
Apa102 Pi
Pure Python library to drive APA102 LED stripes; Use with Raspberry Pi.
Stars: ✭ 174 (-57.25%)
Mutual labels:  raspberry-pi, spi
Periph
Go·Hardware·Lean
Stars: ✭ 1,700 (+317.69%)
Mutual labels:  raspberry-pi, spi
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+2970.76%)
Mutual labels:  raspberry-pi, spi
Ssd1306
Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
Stars: ✭ 303 (-25.55%)
Mutual labels:  raspberry-pi, spi
Haven
Self-hostable private blogging
Stars: ✭ 373 (-8.35%)
Mutual labels:  raspberry-pi
Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (-4.18%)
Mutual labels:  raspberry-pi
Kalirouter
intercepting kali router
Stars: ✭ 374 (-8.11%)
Mutual labels:  raspberry-pi
Buck50
STM32F103 logic analyzer and more
Stars: ✭ 358 (-12.04%)
Mutual labels:  spi
Esp8266 artnetnode v2
ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
Stars: ✭ 400 (-1.72%)
Mutual labels:  led

luma.core <https://github.com/rm-hull/luma.core>__ | luma.docs <https://github.com/rm-hull/luma.docs>__ | luma.emulator <https://github.com/rm-hull/luma.emulator>__ | luma.examples <https://github.com/rm-hull/luma.examples>__ | luma.lcd <https://github.com/rm-hull/luma.lcd>__ | luma.led_matrix | luma.oled <https://github.com/rm-hull/luma.oled>__

Luma.LED_Matrix

Display drivers for MAX7219, WS2812, APA102

.. image:: https://github.com/rm-hull/luma.led_matrix/workflows/luma.led_matrix/badge.svg?branch=master :target: https://github.com/rm-hull/luma.led_matrix/actions?workflow=luma.led_matrix

.. image:: https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master :target: https://coveralls.io/github/rm-hull/luma.led_matrix?branch=master

.. image:: https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest :target: http://luma-led-matrix.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/pyversions/luma.led_matrix.svg :target: https://pypi.python.org/pypi/luma.led_matrix

.. image:: https://img.shields.io/pypi/v/luma.led_matrix.svg :target: https://pypi.python.org/pypi/luma.led_matrix

.. image:: https://img.shields.io/pypi/dm/luma.led_matrix :target: https://pypi.python.org/project/luma.led_matrix

.. image:: https://img.shields.io/maintenance/yes/2021.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 <https://pillow.readthedocs.io/>_-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.5 and newer are supported

Documentation

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

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/devices.jpg :alt: max7219 matrix

A LED matrix can be acquired for a few pounds from outlets like Banggood <http://www.banggood.com/MAX7219-Dot-Matrix-Module-DIY-Kit-SCM-Control-Module-For-Arduino-p-72178.html?currency=GBP>. Likewise 7-segment displays are available from Ali-Express <http://www.aliexpress.com/item/MAX7219-Red-Module-8-Digit-7-Segment-Digital-LED-Display-Tube-For-Arduino-MCU/1449630475.html> or Ebay <http://www.ebay.com/itm/-/172317726225>_.

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/IMG_2810.JPG :alt: max7219 sevensegment

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/matrix_cascaded.jpg :alt: max7219 cascaded

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/box_helloworld.jpg :alt: max7219 box

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/emulator.gif :alt: max7219 emulator

Upgrade

Version 0.3.0 was released on 19 January 2017: this came with a rename of the github project from max7219 to luma.led_matrix to reflect the changing nature of the codebase.

There is no direct migration path, but the old docs <https://max7219.readthedocs.io>_ and PyPi packages <https://pypi.python.org/pypi/max7219>_ will remain available indefinitely, but that deprecated codebase will no longer recieve updates or fixes.

The consequence is that any existing code that uses the old max7219 package should probably be updated.

License

The MIT License (MIT)

Copyright (c) 2013-2021 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].