Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FrameworkComputer/inputmodule-rs
/ show_startup_animation
Function
show_startup_animation
ledmatrix/src/main.rs:583–586 ·
view source on GitHub ↗
(state: &LedmatrixState)
Source
from the content-addressed store, hash-verified
581
}
582
583
fn show_startup_animation(state: &LedmatrixState) -> bool {
584
// Show startup animation
585
STARTUP_ANIMATION && !debug_mode(state)
586
}
587
588
fn assign_sleep_reason(
589
previous: Option<SleepReason>,
Callers
1
main
Function · 0.85
Calls
1
debug_mode
Function · 0.85
Tested by
no test coverage detected