IceCube display
LED display to show IceCube event data
display_driver.h
Go to the documentation of this file.
1 #ifndef DISPLAY_DRIVER_H
2 #define DISPLAY_DRIVER_H
3 
11 #include "frame_buffer.h"
12 
23 
29 void init_display_driver();
30 
32 
33 
36 
41 void display_frame(struct frame_buffer_t* buffer);
42 
47 void display_blank();
48 
51 
52 #endif
Frame buffer manipulation.
void init_display_driver()
Initialise the hardware required for driving the display. Must be called before display_frame().
void display_frame(struct frame_buffer_t *buffer)
Write a frame out to the display from the given frame buffer.
Object constisting of a frame buffer and a number of associated (bit)flags.
Definition: frame_buffer.h:75
void display_blank()
Turn all the LEDs off.