MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laScreenOrientation Enumeration
MPLAB® Harmony Graphics Suite
laScreenOrientation Enumeration

Enumeration: laScreenOrientation_t 

Possible values for screen orientation.

C
typedef enum laScreenOrientation_t {
  LA_SCREEN_ORIENTATION_0 = 0x0,
  LA_SCREEN_ORIENTATION_90,
  LA_SCREEN_ORIENTATION_180,
  LA_SCREEN_ORIENTATION_270
} laScreenOrientation;
Remarks

None.

MPLAB® Harmony Graphics Suite