GLCD Library
A C Library for Embedded Applications
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
glcd_devices.h File Reference

Functions specific to certain devices (microcontrollers). More...

Go to the source code of this file.

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...
 

Detailed Description

Functions specific to certain devices (microcontrollers).

   These are functions are defined in devices/yourdevice.c
Author
Andy Gock

Definition in file glcd_devices.h.