Blunicorn has been refactored to move effects code out of the main program flow, so we can build user-switchable effects.
This version has two effects bound to switches A and B:
- A - the rainbow FFT effect from before
- B - a new green -> yellow -> red FFT that works just like rainbow, but in classic colours
This release should also bring in an upstream fix from Pico Extras for #5 though there's still a lot of instability and potential for things to esplode. Not as alpha as we were, but still needs a lot of work!
What's Changed
- Log scale Y axis by @MichaelBell in #9
- Significant refactor to support pluggable effects. by @Gadgetoid in #11
Full Changelog: v0.0.3...v0.0.4