36 #ifndef GLCD_DEVICES_H_
37 #define GLCD_DEVICES_H_
39 #if defined(GLCD_DEVICE_AVR8)
41 #elif defined(GLCD_DEVICE_LPC111X)
43 #elif defined(GLCD_DEVICE_LPC11UXX)
45 #elif defined(GLCD_DEVICE_STM32F0XX)
48 #error "Device not supported"
61 #if !defined(GLCD_USE_PARALLEL)
72 void glcd_parallel_write(uint8_t c);
void glcd_spi_write(uint8_t c)
Write a byte to the connected SPI slave.
void glcd_reset(void)
Reset the LCD.
Implmentation of NXP LPC11Uxx microcontrollers.
Functions specific to STM32 F0 ARM Cortex-M0 devices.
void glcd_init(void)
Initialise the LCD.