Synopsis
typedef struct {
  CTL_SPI_DEVICE_t device;
  PCD8544_DRIVER_t driver;
  PLATFORM_HOOK_t hook;
  SOFTWARE_SPI_BUS_t bus;
} ITEAD_STUDIO_IBRIDGE_LCD_t;
Description

ITEAD_STUDIO_IBRIDGE_LCD_t holds the instance data required to run the IBridge display.

Structure
device
The SPI device instance that communicates with the Epson LCD.
driver
The PCD8544 graphics device driver.
hook
Private data that hooks the background timer to refresh the display.
bus
A software SPI bus because the IBridge does not conform to the standard SPI pinning of the Arduino.