Skip to content

Releases: echo-lalia/MicroHydra

v0.8 - minor improvements, new modules

07 Mar 01:48
40ccb6c
Compare
Choose a tag to compare

This update brings new modules in the library!

Specifically:

  • lib.mhconfig - a wrapper for easily working with microhydra launcher config.
  • lib.mhoverlay - tool for creating UI popups (and perhaps later, other UI overlays)
  • lib.battlevel - wrapper for reading battery level easily
    And courtesy of mavica;
  • M5Sound - can be used to play higher quality sounds.

v0.7 - minor improvements + new display driver

23 Feb 06:56
Compare
Choose a tag to compare

Adjusted battery level detection, improved launcher sort method,
added apps folders to import path,
added ability to jump to alphabetical location in apps list,
added new framebuffer based display driver to /lib

v0.6; Settings improvements

15 Feb 06:22
Compare
Choose a tag to compare

This is a relatively small update with some improvements to the settings interface.

Changes:

  • Distinguished Confirm button from other menu options, added scroll bar, added wrap-around for settings scrolling.
  • Fixed issue with double-input when returning from menu option.
  • Added ESC to exit without saving for settings menus
  • Improved RGB hinting for color submenus

v0.5; Wifi, beeper overhaul, time-syncing, and more

12 Feb 22:09
Compare
Choose a tag to compare

Added battery indicator and time display in top bar, added sync_time and timezone settings, fixed settings app not turning off display
Fixed crash when hitting "reload apps" after removing an SDCard,

BREAKING CHANGES: Reworked entire Beeper module, API is slightly different, and so code that used the old version will need to be updated.

I also found what I think is causing the weird sound inconsistency. It seems that the @micropython.native and @micropython.viper decorators cause code built for the ESP32-S3 to behave strangely.

This release also contains a .zip with the pre-compiled version of the launcher. It has been compiled with mpy v6.2, for micropython version 1.23.0

I recommend using the compiled files for memory and speed, unless you are unable for some reason.

v0.3

09 Feb 22:40
e49d87d
Compare
Choose a tag to compare

Improved scrolling, and .mpy support