Skip to content

Commit

Permalink
Add splash delay for I2C0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Dec 13, 2024
1 parent 8f374ea commit 28e553c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Firmware/RTK_Everywhere/Begin.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,9 @@ void beginI2C()
{
// Display is on standard Wire bus
i2cDisplay = i2c_0;

// Display splash screen for at least 1 second
minSplashFor = 1000;
}

if (present.display_i2c1 == true)
Expand Down

0 comments on commit 28e553c

Please sign in to comment.