GLCD Library
A C Library for Embedded Applications
|
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... | |
Functions specific to certain graphic LCD controllers.
Definition in file glcd_controllers.h.