Skip to content

Version 1.18.3 - The Badger Returns

Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 04 Mar 17:18
· 1761 commits to main since this release
3ce3477

Downloads

Summary

This release includes a slew of updates to the Badger 2040 examples and launcher:

  • You can now replace the built-in examples by copying the appropriate example to your Badger 2040 via Thonny. Eg: copying ebook.py will launch your copy instead of the builtin one. To restore to the builtin just delete your version from the filesystem.
  • The eBook reader now supports multiple font sizes and styles. Press A or B to change size or style.
  • The eBook reader now uses "book.txt"
  • The image viewer now supports hiding the UI. Press A to toggle it on and off.
  • The clock example can now have the time changed, press B to toggle time set mode and use A/B/UP/DOWN to navigate.
  • Badge has been fixed to correctly read a custom image.
  • Checklist/list now saves checklist.txt to disk and will update it when you check off an item!
  • Fixed a bug hiding in the launcher that caused it to crash after running a file.

Regular (non-badger) MicroPython builds no longer include the Badger2040 module (it's a bit redundant and very chonky) but are otherwise the same as v1.18.2.

What's Changed

Full Changelog: 1.18.2...v1.18.3

New Contributors

Supported Breakouts