aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules
Commit message (Expand)AuthorAgeFilesLines
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-204-26/+17
* Move queued buffer code from gaudio into gqueueinmarket2014-03-203-5/+5
* Cause the gaudio/gadc driver (currently broken) to include the GADC framework...inmarket2014-03-201-1/+0
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-1112-104/+119
* First GAUDOUT working demo.inmarket2014-03-066-0/+2116
* Fix incorrect additon of GFX flag on audio in oscilloscope demoinmarket2014-03-061-1/+0
* Move gaudin oscilloscope demo to a new directoryinmarket2014-03-066-1/+2
* Update console demo to test more console features.inmarket2014-03-052-7/+19
* Add support for ANSI like escape sequences to control display color and attri...inmarket2014-03-042-3/+4
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-192-2/+2
* Demo updates to fix compile issues.inmarket2014-02-195-3/+8
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-1921-0/+63
* Updates to demo to work on ChibiOS and to test orientation.inmarket2014-02-162-1/+16
* On ARM gcc compiler it appears that non-referenced character arrays are "opti...inmarket2014-02-153-37/+3
* Update image demo's to use GFILE ROMFS.inmarket2014-02-0713-46/+116
* Update demo's with images in theminmarket2014-02-076-8/+15
* Listbox demo: Change default font to UI2, fix the gfxconf defines, remove sur...inmarket2014-02-032-134/+5
* removing casts of gfxAlloc() return value as that is the whole idea behind ha...Joel Bodenmann2014-02-021-2/+2
* list demo & docJoel Bodenmann2014-02-012-65/+263
* Updates to console history. This now works well.inmarket2014-01-171-1/+4
* Update GAUDIN and GADC demos to new internal GWIN structures.inmarket2013-12-225-19/+29
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-219-47/+47
* Removed TDISP moduleJoel Bodenmann2013-12-112-110/+0
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+130
* Move touch driver test to tools.inmarket2013-11-232-396/+0
* Comment fixinmarket2013-11-231-1/+1
* Remove orientation changes in demos because this is now handled by using GDIS...inmarket2013-11-162-7/+0
* Add support for a default application orientation.inmarket2013-11-091-1/+2
* Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-092-4/+4
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ...inmarket2013-10-2824-264/+84
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-2815-75/+75
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2849-792/+441
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
* GMISC invsqrt() function.inmarket2013-10-242-13/+29
* Update graph demo so it compiles multi-os direct from a makefileinmarket2013-10-221-3/+3
* Fix missing case in gdispStreamStop().inmarket2013-10-212-0/+4
* Multiple controller support can now auto-detect hardware capabilities at run-...inmarket2013-10-161-13/+26
* New demo for multiple display support.inmarket2013-10-142-0/+197
* Update animated image demo to better support small displaysinmarket2013-09-271-3/+14
* Update to streaming demo program to only update the needed area (results in m...inmarket2013-09-252-22/+41
* New streaming demoinmarket2013-09-242-0/+148
* Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
* Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
* added cyrillic font demoJoel Bodenmann2013-09-153-0/+644
* Update demos slightly.inmarket2013-09-063-12/+16
* Update old demos for new fonts.inmarket2013-08-174-10/+30
* Add new font demo showing how to include user application fonts.inmarket2013-08-1711-0/+1590
* Merge branch 'master' into fontsinmarket2013-08-011-1/+1
|\