MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_screen.h
MPLAB® Harmony Graphics Suite
libaria_screen.h

Microchip Technology Inc.

File Name

libaria_screen.h

Description

Module for Microchip Graphics Library - Aria User Interface Library

Enumerations
 
Name 
Description 
 
Possible values for screen orientation. 
 
Possible values for screen orientation. 
Functions
 
Name 
Description 
 
Frees all memory for all layers and widgets for this screen 
 
Returns the hide call back event function pointer for the specified screen 
 
Returns the index of the layer for the screen specified. 
 
Returns the layer swap sync setting for the specified screen 
 
Returns the mirror setting for the specified screen 
 
Returns the orientation object associated with the specified screen 
 
Returns the show call back event function pointer for the specified screen 
 
Hide the currently active screen
This function has been deprecated in favor of laContext_SetActiveScreen 
 
Create a new screen, initialize it to the values specified. 
 
Set the hide call back event function pointer for the specified screen 
 
Assigns the provided layer pointer to the screen at the given index
This function has been deprecated in favor of laContext_SetActiveScreen 
 
Sets the layer swap sync setting for the specified screen 
 
Sets the mirror setting for the specified screen 
 
Sets the orientation object to the specified screen 
 
Set the show call back event function pointer for the specified screen 
 
Make the specified screen active and show it on the display 
Structures
 
Name 
Description 
 
The structure to maintain the screen related variables and event handling 
 
The structure to maintain the screen related variables and event handling 
Types
 
Name 
Description 
 
Callback pointer for a new screen create event notification. This is called when the library attempts to create a screen. 
 
Callback pointer for the active screen show or hide event change notification. 
MPLAB® Harmony Graphics Suite