Synopsis
typedef struct {
  CTL_GFX_DRIVER_t core;
  unsigned long frame[][];
  unsigned short row;
  unsigned frequency;
  PLATFORM_HOOK_t hook;
} ITEAD_STUDIO_COLORS_SHIELD_t;
Description

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

Structure
core
Core graphics driver.
frame
The 8x8 frame buffer.
row
Private data that holds the current scan row.
frequency
Private data that holds the scan line frequency.
hook
Private data that hooks the high frequency timer to refresh the display.