[][src]Module tm1637_gpio_driver::fourdigit7segdis

Utility functions on top of the TM1637 driver to display content on the 4-digit 7-segment display by AZDelivery. You can use them but you don't have to. They show how the driver works/could be used.

Constants

DISPLAY_COUNT

Functions

display_current_time_in_loop

Displays "hh:mm" with blinking double point on the display. Blocks the calling thread because this is an infinite loop.

display_text_banner_in_loop

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.