RequestEntirePaletteChange Macro

Microchip Graphics Library

Microchip Graphics Library
RequestEntirePaletteChange Macro
C
#define RequestEntirePaletteChange(pPalette) RequestPaletteChange(pPalette, 0, 256)
Overview

Loads all the palette entries from the flash during vertical blanking period if possible, otherwise loads immediately.

Input Parameters
Input Parameters 
Description 
pPalette 
Pointer to the palette structure 
Returns

none

Preconditions

PPalette must be initialized by PaletteInit().

Side Effects

There may be a slight flicker when the Palette entries are getting loaded one by one.

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