35 #if defined(GLCD_CONTROLLER_NT75451)
42 glcd_parallel_write(c);
49 glcd_parallel_write(c);
75 msb = (((x & 0xF0) >> 4)| 0x10);
void glcd_power_up(void)
Power up the device.
glcd_BoundingBox_t * glcd_bbox_selected
Pointer to bounding box currently in use.
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.
uint8_t * glcd_buffer_selected
Pointer to screen buffer currently in use.
#define GLCD_NUMBER_OF_BANKS
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.
#define GLCD_NUMBER_OF_COLS
void glcd_set_contrast(uint8_t val)
Set contrast.
void glcd_reset_bbox()
Reset the bounding box.