36 #if defined(GLCD_CONTROLLER_PCD8544)
#define PCD8544_FUNCTION_SET
void glcd_spi_write(uint8_t c)
Write a byte to the connected SPI slave.
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.
#define PCD8544_EXTENDED_INSTRUCTION
void glcd_set_x_address(uint8_t x)
Set X address of RAM (column).
#define PCD8544_DISPLAY_NORMAL
#define PCD8544_POWER_DOWN
#define PCD8544_DISPLAY_CONTROL
void glcd_power_down(void)
Power down the device.
#define PCD8544_MAX_BANKS
void glcd_data(uint8_t c)
Send data byte to LCD.
uint8_t * glcd_buffer_selected
Pointer to screen buffer currently in use.
#define PCD8544_SET_Y_ADDRESS
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 PCD8544_SET_X_ADDRESS
void glcd_clear(void)
Clear the display.
void glcd_set_contrast(uint8_t val)
Set contrast.
void glcd_reset_bbox()
Reset the bounding box.