Skip to content

v0.0.4 - Alpha

Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 20 Oct 17:00
· 147 commits to main since this release
07afe5a

What's Changed

  • Added new small font, default to small font when in pixel doubled mode by @lowfatcode in #27
  • Remove 300ms delay before logoless boot by @Fordi in #24
  • MicroPython: Fix macOS bug, _logo for launcher. by @Gadgetoid in #30

MicroPython

  • Now uses the smol font.
  • Fixed unable to connect to serial in macOS/Thonny, this was accomplished by removing default splash/delay at startup.
  • Inherited double vsync default clear goodness from @Fordi
  • Removed the default splash, powering on will always result in a black screen unless you set up a main.py with... something.
  • Added a new _logo() command to draw a fullscreen, centered logo from the internal ROM bitmask. This is used for the launcher splash.

⚠️ reset() is now _reset() - must be called before __import__()'ing another file, since it resets the update/draw pointers.
⚠️ We cannot start the launcher by default in boot.py. This breaks Thonny since it runs on soft-reset.

New Contributors

  • @Fordi made their first contribution in #24

Full Changelog: v0.0.3...v0.0.4