IceCube display
LED display to show IceCube event data
display_driver.h File Reference

Microcontroller specific implementation of the display driver. More...

Include dependency graph for display_driver.h:

Go to the source code of this file.

Functions

Display initialisation
void init_display_driver ()
 Initialise the hardware required for driving the display. Must be called before display_frame().
 
Display updating
void display_frame (struct frame_buffer_t *buffer)
 Write a frame out to the display from the given frame buffer. More...
 
void display_blank ()
 Turn all the LEDs off. More...
 

Detailed Description

Microcontroller specific implementation of the display driver.

Provides proper initialisation of the microcontroller hardware to drive the LED communications and write frame data.

Author
Sander Vanheule (Universiteit Gent)