Releases: pimoroni/picofx
Version v1.0.1 - Blinking RGB and Ws
This is the second release of PicoFX, an effects system for Mono and RGB LEDs!
It adds in a new RGBBlinkFX
derived from maltheim's contribution on the forums, and includes new examples showing how to use StaticFX
, RGBFX
, and HSVFX
.
Oh, and it also includes builds for the upcoming Tiny FX W (👀) , with two basic examples that pull down colours from the internet 🌐
What's Changed
- update paths by @ishotjr in #5
- Additional colour and static examples by @ZodiusInfuser in #7
- Updated zip creation script to produce the folder structure actually wanted by @ZodiusInfuser in #8
- Add W variant of Tiny FX by @Gadgetoid & @ZodiusInfuser in #6
- Add build and examples for Tiny FX W by @ZodiusInfuser in #9
New Contributors
Full Changelog: 1.0.0...1.0.1
Version v1.0.0
This is the first release of PicoFX, an effects system for Mono and RGB LEDs!
It was originally written to make it easy to create effects for the Pimoroni TinyFX but it would support any Pico or RP2040-based board with PWM outputs with LEDs attached.
Included in the release is the picofx
library itself, as well as examples and supporting libraries for the TinyFX.