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

Functions specific to certain graphic LCD controllers. More...

Go to the source code of this file.

Functions

void glcd_command (uint8_t c)
 Send command byte to LCD. More...
 
void glcd_data (uint8_t c)
 Send data byte to LCD. More...
 
void glcd_power_down (void)
 Power down the device. More...
 
void glcd_power_up (void)
 Power up the device. More...
 
void glcd_set_contrast (uint8_t val)
 Set contrast. More...
 
void glcd_set_x_address (uint8_t x)
 Set X address of RAM (column). More...
 
void glcd_set_y_address (uint8_t y)
 Set Y address of RAM (select bank). More...
 
void glcd_write (void)
 Update the display within the specified bounding box. More...
 

Detailed Description

Functions specific to certain graphic LCD controllers.

Author
Andy Gock

Definition in file glcd_controllers.h.