1 #ifndef DISPLAY_DRIVER_H 2 #define DISPLAY_DRIVER_H 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.