aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gadc
Commit message (Collapse)AuthorAgeFilesLines
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+3
|
* removing casts of gfxAlloc() return value as that is the whole idea behind ↵Joel Bodenmann2014-02-021-2/+2
| | | | having a void pointer
* Update GAUDIN and GADC demos to new internal GWIN structures.inmarket2013-12-222-7/+15
| | | | Also add support for signed sample formats.
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-72/+5
| | | | the new streaming and multiple display demos
* Update gaudin and gadc demos for new GWINinmarket2013-07-163-31/+56
|
* License header updatesinmarket2013-06-154-0/+8
|
* GOS module, for operating system independanceinmarket2013-05-254-16/+12
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* changed the license of all demos to BSDJoel Bodenmann2013-04-084-60/+100
|
* GDISP changes including polygon supportAndrew Hannam2013-03-101-1/+0
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-101-0/+1
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-101-1/+0
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Correction of copyright messageAndrew Hannam2013-03-083-3/+3
|
* updated copyright - 2013Joel Bodenmann2013-03-063-3/+3
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-0/+0
|
* GADC implementation with demo programAndrew Hannam2013-02-185-0/+553
Also includes driver for AT91SAM7 cpu