Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriedly/circuitpython_neopixel_fader
Non-blocking NeoPixel color fader
https://github.com/nfriedly/circuitpython_neopixel_fader
Last synced: 17 days ago
JSON representation
Non-blocking NeoPixel color fader
- Host: GitHub
- URL: https://github.com/nfriedly/circuitpython_neopixel_fader
- Owner: nfriedly
- Created: 2021-01-31T23:01:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T02:12:47.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T16:14:28.443Z (about 1 month ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CircuitPython NeoPixel Fader
Given a list of colors, it can loop through them or strobe one without blocking your loop.
Calculates the collor on the fly, which gives low memory usage, high accuracy, and high tollerance for other code introducing jitter.
Tested on an Adafruit QT Py.
Loosely based on https://jjmojojjmojo.github.io/time-based-fading.html