Releases: pimoroni/inky-frame
Version 1.25.0 - BugFix 1
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
- @thirdr made their first contribution in #1
- @helgibbons made their first contribution in #8
- @Gadgetoid made their first contribution in #6
Full Changelog: v0.0.1...v1.25.0-1
Version 1.25.0
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
- 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
- @thirdr made their first contribution in #1
- @helgibbons made their first contribution in #8
- @Gadgetoid made their first contribution in #6
Full Changelog: v0.0.1...v1.25.0
v1.24.0-rc0
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
CI: Correct with-filesystem artifact name.