Skip to content

Commit

Permalink
[TEST]ledmatrix: Disable startup animation
Browse files Browse the repository at this point in the history
Just for test firmware

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Sep 5, 2023
1 parent 393f51c commit 43d9857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledmatrix/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum SleepMode {
/// slowly fade themm on/off
const SLEEP_MODE: SleepMode = SleepMode::Fading;

const STARTUP_ANIMATION: bool = true;
const STARTUP_ANIMATION: bool = false;

/// Go to sleep after 60s awake
const SLEEP_TIMEOUT: u64 = 60_000_000;
Expand Down

0 comments on commit 43d9857

Please sign in to comment.