https://github.com/nfriedly/circuitpython_neopixel_fader
Non-blocking NeoPixel color fader
https://github.com/nfriedly/circuitpython_neopixel_fader
Last synced: 1 day 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T02:12:47.000Z (over 4 years ago)
- Last Synced: 2025-02-07T10:49:22.151Z (5 months 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