aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_images/gfxconf.h
Commit message (Collapse)AuthorAgeFilesLines
* License header updatesinmarket2013-06-151-0/+2
|
* GOS module, for operating system independanceinmarket2013-05-251-11/+5
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* changed the license of all demos to BSDJoel Bodenmann2013-04-081-6/+25
|
* New GDISP image handling with demoAndrew Hannam2013-04-031-0/+56
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.