Skip to content

Commit 28e553c

Browse files
committed
Add splash delay for I2C0.
1 parent 8f374ea commit 28e553c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,9 @@ void beginI2C()
15171517
{
15181518
// Display is on standard Wire bus
15191519
i2cDisplay = i2c_0;
1520+
1521+
// Display splash screen for at least 1 second
1522+
minSplashFor = 1000;
15201523
}
15211524

15221525
if (present.display_i2c1 == true)

0 commit comments

Comments
 (0)