v0.0.4 - Alpha
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.
boot.py
. This breaks Thonny since it runs on soft-reset.
New Contributors
Full Changelog: v0.0.3...v0.0.4