Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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