From 6eab8f84d10b0cee917082651793c70c5712190e Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 10 Apr 2022 19:34:13 -0700 Subject: [PATCH] Updated text for better fit --- src/graphics/Screen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 7bc7ea170..0ac19cbce 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -175,13 +175,13 @@ static void drawWelcomeScreen(OLEDDisplay *display, OLEDDisplayUiState *state, i display->setFont(FONT_SMALL); display->setTextAlignment(TEXT_ALIGN_CENTER); - display->drawString(64 + x, y, "Welcome to Meshtastic!"); + display->drawString(64 + x, y, "Meshtastic :)"); display->setTextAlignment(TEXT_ALIGN_LEFT); display->drawString(x, y + FONT_HEIGHT_SMALL * 2 - 3, "Set the region using the"); - display->drawString(x, y + FONT_HEIGHT_SMALL * 3 - 3, "Android, iOS, Flasher or"); - display->drawString(x, y + FONT_HEIGHT_SMALL * 4 - 3, "CLI."); + display->drawString(x, y + FONT_HEIGHT_SMALL * 3 - 3, "Meshtastic Android, iOS,"); + display->drawString(x, y + FONT_HEIGHT_SMALL * 4 - 3, "Flasher or CLI client."); #ifndef NO_ESP32 yield();