[][src]Function tm1637_gpio_driver::fourdigit7segdis::display_text_banner_in_loop

pub fn display_text_banner_in_loop(
    adapter: &mut TM1637Adapter,
    text: &str,
    sleep_fn: &dyn Fn()
)

Displays a text over and over again. The text will move "animated" accross the screen from right to left. Blocks the calling thread because this is an infinite loop.