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