Synopsis
typedef struct {
  CTL_GFX_CONTROLLER_t tft_driver;
  short int current_register;
  short int current_data;
  unsigned char current_data_valid;
} SEEED_STUDIO_TFT_TOUCH_SHIELD_t;
Description

SEEED_STUDIO_TFT_TOUCH_SHIELD_t holds the instance data required to run the display.

Structure
tft_driver
The graphics driver for the ILI9325.
current_register
Private data that contains the selected register index.
current_data
Private data that contains the data driven to the bus.
current_data_valid
Private flag that indicates whether the current_data member is valid.