Skip to content

Releases: pimoroni/inky-frame

Version 1.25.0 - BugFix 1

12 May 13:25
Compare
Choose a tag to compare

⚠️ this build is pre-configured for Inky 7.3. You should connect to it with Thonny and edit 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.

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 tracking MicroPython version 1.25.0 until some other tasty changes start floating around upstream. See for details of this shiny new release: https://github.com/micropython/micropython/releases/tag/v1.25.0

What's Changed

  • ⭐ Target pimoroni-pico release 1.25.0 (since v1.25.0)
  • ⭐ Fix to make Inky Frame busy wait by default (since v1.25.0)
  • Examples: replaced examples with no longer active API by @thirdr in #1
  • Update sd_test.py by @helgibbons in #8
  • Examples: update activity URL by @helgibbons in #9
  • docs: tidy readme by @helgibbons in #10
  • CI: Switch to cmake-based dir2uf2 and py_decl tooling. by @Gadgetoid in #6

New Contributors

Full Changelog: v0.0.1...v1.25.0-1

Version 1.25.0

16 Apr 20:15
145784a
Compare
Choose a tag to compare

⚠️ this build is pre-configured for Inky 7.3. You should connect to it with Thonny and edit 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.

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 tracking MicroPython version 1.25.0 until some other tasty changes start floating around upstream. See for details of this shiny new release: https://github.com/micropython/micropython/releases/tag/v1.25.0

What's Changed

New Contributors

Full Changelog: v0.0.1...v1.25.0

v1.24.0-rc0

03 Dec 13:21
4c92dc1
Compare
Choose a tag to compare

⚠️ this build is pre-configured for Inky 7.3. You should connect to it with Thonny and edit 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.

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.

Existing in a purgatory between mainline release MicroPython and the next release, this build might contain scorpions or be prone to sudden outbursts and memory misadventures.

It is, however, the shipping firmware for the RP2350 / Pico 2 based Inky Frame boards... so, uh, have fun!

Technically this is closer to MicroPython v1.25 than v1.24, and is based upon unmerged wireless/Pico W support in micropython/micropython#16057

🏃‍♂️

v0.0.1 - Test

03 Dec 10:23
Compare
Choose a tag to compare
CI: Correct with-filesystem artifact name.