This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to use the API_DisplayStaticImage() function?



Dear Engineer:

    I have a problem about how to use the API_DisplayStaticImage on the DLP Lightcrafter (DM365) Platform. 

    The function prototype is as follows:

                             typedef ErrorCode_t (API_DataFunc_t)(void *Param, uint8 *Data, uint32 Size);

                            ErrorCode_t API_DisplayStaticImage(API_DataFunc_t *GetData, void *DataParam);

    The functions mentioned above are in the file named LCR_API.h

    Could you tell me the relationship among the parameters. And how to use the API_DisplayStaticImage function .

    Thank you for your time!

Haitao Deng