mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
Updated text for better fit
This commit is contained in:
parent
a31bf71ec1
commit
6eab8f84d1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user