GFXExecutePendingTransition Function

Microchip Graphics Library

Microchip Graphics Library
GFXExecutePendingTransition Function
C
BYTE GFXExecutePendingTransition(
    DWORD srcpageaddr, 
    DWORD destpageaddr
);
Overview

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.

Input Parameters
Input Parameters 
Description 
DWORD srcpageaddr 
Source page address for the transition 
DWORD destpageaddr 
Destination page address for the transition 
Returns

Returns status of transition

  • 0 : Transition executed successfully
  • -1 : Transition not executed

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved