This repository is home to the MicroPython firmware and examples for Inky Frame (Pico W Aboard and Pico 2 W Aboard).
You can find the latest release at https://github.com/pimoroni/inky-frame/releases/latest.
There are two choices, a regular build that just updates the firmware on your board and a "-with-examples" build which includes a ready-to-go set of examples (everything in examples/inkylauncher) that you can interact with right on your display.
- Connect Inky Frame to your computer with a micro USB cable.
- Put your device into bootloader mode by holding down the BOOTSEL button (on the Pico W / Pico 2 W) whilst tapping Reset (on the Inky Frame board).
- Drag and drop the downloaded .uf2 file to the "RPI-RP2" or "RP2350" drive that appears.
- Your device should reset, and you should then be able to connect to it using Thonny.
- These builds are pre-configured for Inky Frame 7.3". If you have a different size of Inky Frame you'll need to edit
main.py
with Thonny and uncomment the line with the correct display size.
- Learn: Getting Started With Inky Frame
inky_frame
Function Reference- Pico Graphics Function Reference
Links to community projects and other resources that you might find helpful can be found below. Note that these code examples have not been written/tested by us and we're not able to offer support with them.