Karol, I can call the sf_el_gx_jpeg_draw() function via my GX_DISPLAY.gx_display_driver_jpeg_draw(). However the desired jpeg image is never displayed. When I step through the sf_el_gx_jpeg_draw() routine, it is failing the wait() function on line 2835 with 'error' = SSP_ERR_WAIT_ABORTED. In addition the returned 'jpeg_decode_status' is JPEG_DECODE_STATUS_FREE. I am struggling trying to understand the SSP User Manual sf_decode_jpeg sections. And using the sf_el_gx_jpeg_draw() function brings into play all types of GUIX issues such as getting and opening a canvas, getting a drawing context, etc. none of which is well documented. A simple example program, maybe based off of the weather demo that displays a JPEG image that is located in flash memory, would be a tremendous help. Thanks, Jeff
↧