Function initialise_timer

Source
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.