版本发布 2
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](https://forums.pimoroni.com/t/rgb-led-kit-for-tiny-fx-tutorial/25293/15) 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 https://github.com/pimoroni/picofx/pull/5 * Additional colour and static examples by @ZodiusInfuser in https://github.com/pimoroni/picofx/pull/7 * Updated zip creation script to produce the folder structure actually wanted by @ZodiusInfuser in https://github.com/pimoroni/picofx/pull/8 * Add W variant of Tiny FX by @Gadgetoid & @ZodiusInfuser in https://github.com/pimoroni/picofx/pull/6 * Add build and examples for Tiny FX W by @ZodiusInfuser in https://github.com/pimoroni/picofx/pull/9 ## New Contributors * @ishotjr made their first contribution in https://github.com/pimoroni/picofx/pull/5 **Full Changelog**: https://github.com/pimoroni/picofx/compare/1.0.0...1.0.1
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](https://shop.pimoroni.com/products/tiny_fx) 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. **Full Changelog**: https://github.com/pimoroni/picofx/commits/1.0