MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > b) Data Types and Constants > GFX_DriverInfo Structure
MPLAB® Harmony Graphics Suite
GFX_DriverInfo Structure

Structure: GFX_DriverInfo_t 

name - a short human-readable name. color formats - a mask of supported color formats layer_count - number of layers supported by the driver

C
typedef struct GFX_DriverInfo_t {
  char name[16];
  GFX_ColorMask color_formats;
  uint32_t layer_count;
} GFX_DriverInfo;
Remarks

None.

MPLAB® Harmony Graphics Suite