MPLAB® Harmony Graphics Suite
|
Structure: GFX_DisplayInfo_t
name - a short human-readable name color_formats - mask of color formats this display supports rect - the size of the display
typedef struct GFX_DisplayInfo_t { const char name[16]; GFX_ColorMask color_formats; GFX_Rect rect; struct attributes_t { int8_t data_width; struct horizontal_t { int32_t pulse_width; int32_t back_porch; int32_t front_porch; } horz; struct vertical_t { int32_t pulse_width; int32_t back_porch; int32_t front_porch; } vert; int32_t inv_left_shift; } attributes; } GFX_DisplayInfo;
None.
MPLAB® Harmony Graphics Suite
|