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

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... | |
Microcontroller specific implementation of the display driver.
Provides proper initialisation of the microcontroller hardware to drive the LED communications and write frame data.