Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/no3rdw/ledmatrix-effects

Configurable visual effects to display on an LED Matrix
https://github.com/no3rdw/ledmatrix-effects

adafruit circuitpython ledmatrix

Last synced: 14 days ago
JSON representation

Configurable visual effects to display on an LED Matrix

Awesome Lists containing this project

README

        

# LEDMatrix Effects!

This project was built for a Feather M4 Express, 32x32 LED Matrix, a NeoKey 1x4, and a PCF8523 real-time clock.
It then expanded to include a Circuit Playground Express with an attached IR Remote Receiver.

- When possible, all effects have been coded to work on other resolution screens (ex. 64x32), although I do not currently have the ability to test this.
- The real-time clock is optional and can be commented out in device.py. Any time the clock would be displayed, 00:00:00 will be displayed instead.
- The CPX and IR receiver are optional
- The NeoKeys are also optional and can be commented out in device.py. Boot.py must be removed if not using NeoKeys.
- If another microprocessor is used, the effect framerates may need to be adjusted (search for calls to limitStep within each effect's play loop)

**Credits**
- All included libraries courtesy Adafruit CircuitPython, available here: https://circuitpython.org/libraries
- Included font converted from OpenType font 04B03
- Easing functions in device.py courtesy Easings.net
- All other code by Paul Gallo ([email protected])