aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gadc/gfxconf.h
Commit message (Collapse)AuthorAgeFilesLines
* First set of V3 macro changesinmarket2018-02-271-14/+14
|
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-201-1/+0
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* 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
* License header updatesinmarket2013-06-151-0/+2
|
* GOS module, for operating system independanceinmarket2013-05-251-0/+5
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* changed the license of all demos to BSDJoel Bodenmann2013-04-081-6/+25
|
* 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.
* GADC implementation with demo programAndrew Hannam2013-02-181-0/+105
Also includes driver for AT91SAM7 cpu