I have been succesful in displaying a Bitmap via GUI_BMP_DrawEx() function from emWin. However, now I want to display a GIF and a JPEG.
When I use GUI_JPEG_DrawEx() or GUI_GIF_DrawEx(), my image does not load. What could be wrong? Do I have to do anything special for these formats?
Hi,
You may want to have a look at the <a href="http://www.segger.com/emwin-samples.html"><strong>Drawing scaled JPEGs</strong></a> sample. It's description:
<em>Shows how to draw scaled *.JPEG files by displaying all JPEG's</em>
<em> from a user definable directory without loading them completely</em>
<em> into memory.</em>
Regards,
Wouter
I got a GIF to load, but I had to change "#define GUI_NUMBYTES " to 30000. This kills my RAM.
I'm loading the image from an external FLash. How can I use the flash as temp data, or use another external RAM.