[][src]Function tiny_led_matrix::initialise_timer

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.