GLCD Library
A C Library for Embedded Applications
|
Functions specific to certain devices (microcontrollers) More...
Functions | |
void | glcd_init (void) |
Initialise the LCD. More... | |
void | glcd_reset (void) |
Reset the LCD. More... | |
void | glcd_spi_write (uint8_t c) |
Write a byte to the connected SPI slave. More... | |
Functions specific to certain devices (microcontrollers)
void glcd_init | ( | void | ) |
Initialise the LCD.
This function is platform and controller specific.
void glcd_reset | ( | void | ) |
Reset the LCD.
void glcd_spi_write | ( | uint8_t | c | ) |
Write a byte to the connected SPI slave.
c | Byte to be written |