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.7a
Browse files Browse the repository at this point in the history
  • Loading branch information
upchui committed Apr 25, 2024
1 parent 99f241d commit 091e5c6
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.6b";
const char *title = "UNLEASHED 0.0.7a";
display->drawString(x + getStringCenteredX(title), y + SCREEN_HEIGHT - FONT_HEIGHT_MEDIUM, title);
display->setFont(FONT_SMALL);

Expand Down

0 comments on commit 091e5c6

Please sign in to comment.