Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/no3rdw/ledmatrix-effects
- Owner: no3rdw
- Created: 2024-01-01T23:46:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T03:47:18.000Z (3 months ago)
- Last Synced: 2024-10-10T22:41:16.989Z (about 1 month ago)
- Topics: adafruit, circuitpython, ledmatrix
- Language: Python
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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])