This repository is home to the PicoFX library, as well as MicroPython builds for supported boards like the Pimoroni Tiny FX.
PicoFX is a MicroPython library for easily playing effects on mono and RGB leds.
All Tiny FX boards come pre-flashed with MicroPython and the libraries and examples needed to get you started. The instructions below are for if you wish to update your board to the latest firmware or restore it back to a factory state.
Grab the latest release from https://github.com/pimoroni/picofx/releases/latest
There are two .uf2 files to pick from:
tinyfx-vX.X.X-pimoroni-micropython.uf2
This build includes only the firmware needed for Tiny FX to function. You will need to manually update the lib/picofx
library afterwards to get the latest features and bug fixes.
tinyfx-vX.X.X-pimoroni-micropython-with-libs-and-examples.uf2
This build contains both the firmware for TinyFX, library files to easily create effects, and examples to get you going.
-
Connect Tiny FX to your computer using a USB A to C cable.
-
Put your board into bootloader mode by holding the BOOT button whilst tapping the RST button.
-
Drag and drop one of the
tinyfx-vX.X.X...
.uf2 files to the "RPI-RP2" drive that appears. -
After the copy completes your board should reset and, if you used the
with-libs-and-examples
variant, should start playing a wave sequence on the mono outputs, and a rainbow on the RGB output.
There are many examples to get you started with TinyFX (and other boards), located in the examples folder of this repository:
To take TinyFX further, the full API documentation for the board can be found at: