aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_images/main.c
Commit message (Collapse)AuthorAgeFilesLines
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* changed the license of all demos to BSDJoel Bodenmann2013-04-081-18/+25
|
* Update demo to use Memory Reader for imagesAndrew Hannam2013-04-041-1/+15
|
* New GDISP image handling with demoAndrew Hannam2013-04-031-0/+52
Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.