MPLAB® Harmony Graphics Suite
|
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
typedef struct GFX_DriverInfo_t { char name[16]; GFX_ColorMask color_formats; uint32_t layer_count; } GFX_DriverInfo;
None.
MPLAB® Harmony Graphics Suite
|