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