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

Enumeration: GFX_Orientation_t

C
typedef enum GFX_Orientation_t {
  GFX_ORIENTATION_0 = 0x0,
  GFX_ORIENTATION_90,
  GFX_ORIENTATION_180,
  GFX_ORIENTATION_270
} GFX_Orientation;
MPLAB® Harmony Graphics Suite