:::C void initDisplay();
Initialize the dual 7-segment LED display. This configures the IO ports associated with the display and enables the timer for the display updates.
:::C initDisplay();
Wiki: Firmware Functions