Functions
|
Name |
Description |
|
This function decodes and displays the image on the screen | |
|
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 | |
|
This function registers the loop callback function so that the decoder calls this function in every decoding loop. This can be used by the application program to do maintainance activities such as fetching data, updating the display, etc... | |
|
This function completes one small part of the image decode function |