ImageDecodeTask Function

Microchip Graphics Library

Microchip Graphics Library
ImageDecodeTask Function
C
BYTE ImageDecodeTask();
Overview

This function completes one small part of the image decode function

Returns

Status code - '1' means decoding is completed

  • '0' means decoding is not yet completed, call this function again

Side Effects

None

Example
    IMG_bFullScreenDecode(pImageFile, IMG_JPEG, NULL, NULL);
    while(!ImageDecodeTask());
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved