Synopsis
typedef struct {
  CTL_GFX_CONTROLLER_t tft_driver;
  short int current_register;
  short int current_data;
  int current_data_valid;
} ADAFRUIT_TFT_TOUCH_SHIELD_t;
Description

ADAFRUIT_TFT_TOUCH_SHIELD_t holds the instance data required to run the touch shield.

Structure
tft_driver
The driver for the LCD display.
current_register
Private data to accelerate LCD operations.
current_data
Private data to accelerate LCD operations.
current_data_valid
Private data to accelerate LCD operations.