Skip to content

Commit 5971483

Browse files
authored
Merge pull request #148 from LeeLeahy2/display
Display code update
2 parents 3d0b11a + 7a35d6b commit 5971483

File tree

4 files changed

+945
-1156
lines changed

4 files changed

+945
-1156
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -351,29 +351,6 @@ void beginFS()
351351
}
352352
}
353353

354-
void beginDisplay()
355-
{
356-
if (oled.begin() == true)
357-
{
358-
online.display = true;
359-
360-
Serial.println(F("Display started"));
361-
displaySplash();
362-
splashStart = millis();
363-
}
364-
else
365-
{
366-
if (productVariant == RTK_SURVEYOR)
367-
{
368-
Serial.println(F("Display not detected"));
369-
}
370-
else if (productVariant == RTK_EXPRESS || productVariant == RTK_EXPRESS_PLUS || productVariant == RTK_FACET || productVariant == RTK_FACET_LBAND)
371-
{
372-
Serial.println(F("Display Error: Not detected."));
373-
}
374-
}
375-
}
376-
377354
//Connect to ZED module and identify particulars
378355
void beginGNSS()
379356
{
@@ -436,7 +413,7 @@ void beginGNSS()
436413
Serial.printf("Unknown ZED module: %s\n\r", i2cGNSS.minfo.extension[3]);
437414
zedModuleType = PLATFORM_F9P;
438415
}
439-
416+
440417
printModuleInfo(); //Print module type and firmware version
441418
}
442419

0 commit comments

Comments
 (0)