Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 3 | -12/+12 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -11/+11 |
| | |||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -4/+4 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -14/+14 |
| | |||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 1 | -1/+1 |
| | |||||
* | Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵ | inmarket | 2014-05-09 | 1 | -0/+4 |
| | | | | | | structures. Incorporate into demo's | ||||
* | Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵ | inmarket | 2014-03-24 | 2 | -3/+3 |
| | | | | ADC driver | ||||
* | Update GADC | inmarket | 2014-03-24 | 1 | -4/+13 |
| | |||||
* | Updates to GADC to use new simpler gfx queued bufferring. | inmarket | 2014-03-20 | 4 | -26/+17 |
| | | | | NOTE: code is still buggy (or the one and only driver is buggy). | ||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 1 | -0/+3 |
| | |||||
* | removing casts of gfxAlloc() return value as that is the whole idea behind ↵ | Joel Bodenmann | 2014-02-02 | 1 | -2/+2 |
| | | | | having a void pointer | ||||
* | Update GAUDIN and GADC demos to new internal GWIN structures. | inmarket | 2013-12-22 | 2 | -7/+15 |
| | | | | Also add support for signed sample formats. | ||||
* | Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵ | inmarket | 2013-10-28 | 1 | -72/+5 |
| | | | | the new streaming and multiple display demos | ||||
* | Update gaudin and gadc demos for new GWIN | inmarket | 2013-07-16 | 3 | -31/+56 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 4 | -0/+8 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 4 | -16/+12 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | changed the license of all demos to BSD | Joel Bodenmann | 2013-04-08 | 4 | -60/+100 |
| | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 1 | -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 Hannam | 2013-03-10 | 1 | -0/+1 |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | ||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 1 | -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 message | Andrew Hannam | 2013-03-08 | 3 | -3/+3 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 3 | -3/+3 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 1 | -0/+0 |
| | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 5 | -0/+553 |
Also includes driver for AT91SAM7 cpu |