GLCD Library
A C Library for Embedded Applications
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
Devices

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

Detailed Description

Functions specific to certain devices (microcontrollers)

Function Documentation

void glcd_init ( void  )

Initialise the LCD.

This function is platform and controller specific.

void glcd_reset ( void  )

Reset the LCD.

Note
Not all LCD controllers support reset.
void glcd_spi_write ( uint8_t  c)

Write a byte to the connected SPI slave.

Parameters
cByte to be written
Returns
Returned value from SPI (often not used)