This release drops some experimental MicroPython wireless code in favour of deriving our code from the upstream master branch. This brings us up to speed with the latest bugfixes and changes in Micropython.
In addition to that busywork we also have an awesome new 8bit palette mode contributed by @MichaelBell and inspired by Dmitry (yes, that Dmitry), fun for classic graphics but perhaps more useful to C++ than MicroPython users.
What's Changed
- Woldclock: Clear screen before network call delay by @martinwoodward in #23
- Add LICENSE. by @Gadgetoid in #44
- Docs: Add note about touch. by @Gadgetoid in #43
- Tiny typo fix in docs by @ahnlak in #45
- Add multi touch to buttons by @exussum12 in #40
- Add Buzzer to Presto module. by @Gadgetoid in #38
- Examples: Agile pricing: Get API endpoint dynamically. by @Gadgetoid in #36
- Examples: adding buzzer example by @thirdr in #39
- ST7701: 8bit palette mode option. by @Gadgetoid in #50
New Contributors
- @martinwoodward made their first contribution in #23
- @ahnlak made their first contribution in #45
- @exussum12 made their first contribution in #40
Full Changelog: v0.0.6...v0.0.7