ImageDecoderInit Function

Microchip Graphics Library

Microchip Graphics Library
ImageDecoderInit Function
C
void ImageDecoderInit();
Overview

This function initializes the global variables to 0 and then initializes the driver. This must be called once before any other function of the library is called

Returns

None

Side Effects

The graphics driver will be reset

Example
void main(void)
{
    ImageInit();
    ...
}
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved