pub fn initialise_timer(timer: &mut impl DisplayTimer)Expand description
Starts the timer you plan to use with a Display.
Call this once before using a Display.
This calls the timer’s
initialise_cycle() implementation.
pub fn initialise_timer(timer: &mut impl DisplayTimer)Starts the timer you plan to use with a Display.
Call this once before using a Display.
This calls the timer’s
initialise_cycle() implementation.