This release bumps MicroPython from v1.25.0 to v1.27.0, among other changes.
What's Changed
- PicoVector: Fix find_glyph char to uint16_t. by @Gadgetoid in #1078
- CI: Add Pico 2 and Pico 2 W builds. by @Gadgetoid in #1077
- Don't include the spacing after the final letter when measuring bitmap text by @ahnlak in #1051
- fix: initialize the uninitialized by @mariobodemann in #975
- PicoGraphics: Make blocking updates interruptable. by @Gadgetoid in #1081
- QA: Fix Python linting by @Gadgetoid in #1087
- Fix skipped character after line wrap by @MichaelBell in #1086
- LTE: Make stop and restart work. by @MichaelBell in #1085
- VL53L1X: bswap registers and values for #1069. by @Gadgetoid in #1082
- VL53L5CX: Add change_addr to constructor for #1063. by @Gadgetoid in #1083
- PicoGraphics: Add a GENERIC display type. by @Gadgetoid in #1092
- Update: motor README.md typo by @dt215git in #1098
- Support for Spectra e-Ink Displays by @Gadgetoid in #1100
- spectra: Do not update on init. by @Gadgetoid in #1101
- Remove Mu by @girasquid in #1110
simple_menu.py: explicitly set pull-ups by @helgibbons in #1122- CI: Bump MicroPython to v1.27.0. by @Gadgetoid in #1117
- correct measurement of utf-8 characters in pico_vector by @jef41 in #1124
- CI: Run actions on release publish instead of created. by @Gadgetoid in #1126
New Contributors
- @mariobodemann made their first contribution in #975
- @dt215git made their first contribution in #1098
- @girasquid made their first contribution in #1110
- @jef41 made their first contribution in #1124
Full Changelog: v1.25.0...v1.27.0