Synopsis
typedef struct {
  CTL_SPI_DEVICE_t device;
  PCD8544_DRIVER_t driver;
  PLATFORM_HOOK_t hook;
} NUELECTRONICS_3310_LCD_SHIELD_t;
Description

NUELECTRONICS_3310_LCD_SHIELD_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.