Update Fix
main.py, commenting in the setup line relevant to your board. It usually helps to hit reset right before hitting stop in Thonny to catch main.py as early as possible. For a build preconfigured for the older Inky 7.3 see: https://github.com/pimoroni/inky-frame/releases/tag/v1.25.0-1
In all cases you'll also need to fill in secrets.py with your WiFi details.
See https://learn.pimoroni.com/article/getting-started-with-inky-frame for an exhaustive guide.
We're now building against MicroPython version 1.26.0. For details of this shiny new release see: https://github.com/micropython/micropython/releases/tag/v1.26.0
What's Changed
This release fixes an issue where Spectra 7 boards would update to black after creating a PicoGraphics instance, in practise causing an update to take twice as long.
- spectra7: bump pimoroni-pico for spectra init fix. by @Gadgetoid in #14
Full Changelog: v1.26.0...v1.26.1