Transitions Functions

Microchip Graphics Library

Microchip Graphics Library
Transitions Functions
Functions
 
Name 
Description 
 
This immediately executes the transition effect using the GFX_TRANSITION_TYPE and the given parameters. 
 
This sets up the transition effect using the GFX_TRANSITION_TYPE and the given parameters. The actual transition execution will occur when GFXExecutePendingTransition() is called. When DOUBLE_BUFFERING is enabled, GFXExecutePendingTransition() is executed after the current screen is fully rendered. 
 
This function executes the transition that was set up by GFXSetupTransition(). Status of the transition is returned to indicate if the transition was executed or not. This function is used by the double buffering feature (USE_DOUBLE_BUFFERING) to perform transition operation after the current screen is fully rendered. This function assumes that the source page and destination page are already set up. 
 
This function returns the status of a pending transition, set up by GFXSetupTransition(), waiting to be executed. 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved