Synopsis
typedef struct {
  CTL_GFX_DRIVER_t tft_driver;
  CTL_SPI_DEVICE_t device;
  unsigned pipline_known_free;
  unsigned long model;
  int revision;
} SOLDERCORE_GRAPHICS_SHIELD_t;
Description

SOLDERCORE_GRAPHICS_SHIELD_t holds the instance data required to run the display.

Structure
tft_driver
The graphics driver for the selected shield.
device
The SPI device for communicating with the shield.
pipline_known_free
Private data that counts the minimum number of empty slots in the graphics pipeline.
model
Private data that indicates the type of shield.
revision
Private data that indicates the firmware revision of the shield.