Skip to content

v5.6.0

Choose a tag to compare

@morfredus morfredus released this 23 Jan 17:21
· 10 commits to main since this release

Release v5.6.0

Highlights

  • OLED display adaptation for both 128x32 and 128x64 screens, with consistent features and improved layout.
  • Animation names are now internationalized (English), with short names for better readability on small screens.
  • Radar animation has been completely overhauled for more realistic effects.
  • In auto mode, the OLED now displays the current animation name with the "Aut:" prefix, providing clear feedback instead of just "Auto".
  • All display logic now uses public getters for the active animation, ensuring robust and maintainable code.
  • Documentation updated and synchronized for all features, including hardware guides, quickstart, troubleshooting, and user guides.
  • Version numbers updated across all documentation and configuration files.

Bug Fixes

  • Fixed double definition of OLED_HEIGHT in config.h.
  • Resolved linkage errors by introducing public getters for animation state.
  • Improved display logic to always show the correct animation name in auto mode.

Documentation

  • All guides and documentation files updated to reflect new features and version 5.6.0.
  • English and French documentation synchronized for consistency.

Other

  • dev/oled branch merged into main.
  • All changes pushed to the main repository.