Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
UNLEASHED 0.0.6b
Browse files Browse the repository at this point in the history
  • Loading branch information
upchui committed Apr 1, 2024
1 parent e9ad896 commit af3cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void drawIconScreen(const char *upperMsg, OLEDDisplay *display, OLEDDispl

display->setFont(FONT_SMALL);
display->setTextAlignment(TEXT_ALIGN_LEFT);
const char *title = "UNLEASHED 0.0.6a";
const char *title = "UNLEASHED 0.0.6b";
display->drawString(x + getStringCenteredX(title), y + SCREEN_HEIGHT - FONT_HEIGHT_MEDIUM, title);
display->setFont(FONT_SMALL);

Expand Down

0 comments on commit af3cc7e

Please sign in to comment.