(state: &LedmatrixState)
| 577 | } |
| 578 | |
| 579 | fn debug_mode(state: &LedmatrixState) -> bool { |
| 580 | dyn_sleep_mode(state) == SleepMode::Debug |
| 581 | } |
| 582 | |
| 583 | fn show_startup_animation(state: &LedmatrixState) -> bool { |
| 584 | // Show startup animation |
no test coverage detected