Skip to content

Commit

Permalink
Shorten boot screen display time
Browse files Browse the repository at this point in the history
Now it can be shown by holding down button while disarmed
  • Loading branch information
zjwhitehead committed Aug 4, 2023
1 parent 18f50d0 commit 5bf5464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sp140/sp140.ino
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void initDisplay() {
resetDisplay();
displayMeta();
digitalWrite(TFT_LITE, HIGH); // Backlight on
delay(2500);
delay(2000);
}

// wipes screen and resets properties
Expand Down

0 comments on commit 5bf5464

Please sign in to comment.