Skip to content

v5.3.0

Choose a tag to compare

@morfredus morfredus released this 22 Jan 00:53
· 27 commits to main since this release
c1d179c

🖥️ Improved OLED UI & Consistent Display (v5.3.0)

New Features & Improvements

  1. Project name and version now on two centered lines (OLED)

    • The project name and version are now displayed on two separate, centered lines—both vertically and horizontally—on both the main and boot OLED screens.
    • This greatly improves readability and aesthetics, with no more visual overlap.
  2. Version shifted 1 pixel lower

    • The version text is now shifted 1 pixel lower to avoid overlapping with the top color band on the OLED.
  3. Full consistency between main and boot screens

    • The boot screen now uses exactly the same centered layout as the main screen.

Documentation

  • Changelogs (EN/FR), user guides, and README files updated to reflect these UI changes.
  • See display_oled.cpp for the display logic.