Synopsis
typedef struct {
  CTL_GFX_CONTROLLER_t driver;
  CTL_SPI_DEVICE_t device;
} SPARKFUN_COLOR_LCD_SHIELD_t;
Description

SPARKFUN_COLOR_LCD_SHIELD_t holds the instance data required to run the display.

Structure
driver
The graphics driver for the display.
device
The SPI device used to communicate with the LCD controller.