Version 1.20.2
You Spin Me Right 'Round
Tufty 2040: Firmware should now work and includes a fix to Tufty's native (RGB565) update code to reduce a typical screen update from ~30ms to ~10ms.
Cosmic Unicorn: Ghosting should be fixed in (just like Galactic).
Pico Display Pack 1.14": A fix to LCD init.
Ulab has been bumped to 6.0.12 where it's available (Tufty, Cosmic, Galactic).
Support added for the shiny new RGB Encoder Wheel breakout 👀
We're still building against MicroPython stable v1.20.0 and will continue to do so until there are some irresistible updates upstream. Quite a few changes have been made to streamline our build process and this may have introduced some regressions. Let us know if something is missing or broken.
🎉 Thank you to contributors new & old! 🎉
What's Changed
- Reduce size & workload of MicroPython build cache by @Gadgetoid in #764
- Inky Frame: longer sleep_for by @ahnlak in #754
- Display initialisation fixes for the Pico Display Pack 1.14" LCD by @nkotilainen in #767
- Cosmic: add links by @helgibbons in #768
- Fixes for compilation under macOS / GCC 13.3.1 by @raybellis in #771
- pico_rtc.py, Just a little PR for a possible typo :) by @Quitsoon in #748
- Fix web server only serving file once and wifi country configuration by @mutatrum in #746
- Ulab: Bump to 6.0.12. by @Gadgetoid in #773
- Ghosting fix for Cosmic by @MichaelBell in #775
- Support for RGB Encoder Wheel Breakout by @ZodiusInfuser in #774
- Tufty 2040: DMA display update. by @Gadgetoid in #777
Full Changelog: v1.20.1...v1.20.2
New Contributors
- @nkotilainen made their first contribution in #767
- @raybellis made their first contribution in #771
- @Quitsoon made their first contribution in #748
- @mutatrum made their first contribution in #746