Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed the license of all demos to BSD | Joel Bodenmann | 2013-04-08 | 39 | -18821/+782 |
| | |||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 4 | -21/+29 |
| | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment. | ||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 3 | -0/+146 |
| | |||||
* | Move demos to better locations | Andrew Hannam | 2013-04-06 | 6 | -626/+626 |
| | |||||
* | Update demo to use Memory Reader for images | Andrew Hannam | 2013-04-04 | 1 | -1/+15 |
| | |||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 12 | -69/+177 |
| | | | | | | | | | | | | 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. | ||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -2/+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 | 2 | -0/+2 |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | ||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -2/+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 | 6 | -6/+6 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 20 | -17/+17 |
| | |||||
* | added gdisp_pictures demo | Joel Bodenmann | 2013-03-04 | 8 | -0/+18455 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 2 | -0/+0 |
| | |||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 5 | -0/+457 |
| | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 5 | -0/+553 |
| | | | | Also includes driver for AT91SAM7 cpu | ||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 26 | -0/+1666 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 26 | -1666/+0 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -1/+3 |
| | |||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -0/+16 |
| | |||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 8 | -0/+104 |
|\ | |||||
| * | added tdisp demo | Joel Bodenmann | 2013-01-11 | 8 | -0/+104 |
| | | |||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -6/+0 |
|/ | |||||
* | benchmark demo update | Joel Bodenmann | 2012-12-22 | 3 | -165/+150 |
| | |||||
* | benchmark demo cleanup | Joel Bodenmann | 2012-12-22 | 1 | -23/+13 |
| | |||||
* | Add benchmarks application | etmatrix | 2012-12-22 | 2 | -0/+212 |
| | |||||
* | small demo code cleanup | Joel Bodenmann | 2012-12-20 | 3 | -5/+6 |
| | |||||
* | New & updated GDISP demo programs | Andrew Hannam | 2012-12-20 | 7 | -0/+278 |
| | |||||
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 2 | -1/+2 |
| | |||||
* | Updated graph demo to show more | Andrew Hannam | 2012-12-13 | 2 | -9/+15 |
| | | | | Added extra line segment graphing to the graph demo | ||||
* | Added graph result picture | Andrew Hannam | 2012-12-13 | 1 | -0/+0 |
| | | | | | Added a picture to the graph demo directory to show the result of running the demo. | ||||
* | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 1 | -6/+6 |
| | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | ||||
* | Simplify demo gfxconf.h files | Andrew Hannam | 2012-12-07 | 7 | -285/+0 |
| | |||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 10 | -24/+92 |
| | | | | | | | | Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing | ||||
* | Fixes to GWIN graph and demo | Andrew Hannam | 2012-12-06 | 1 | -7/+18 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 16 | -392/+762 |
| | | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. | ||||
* | title justify to left instead of center in ginput touch code | Joel Bodenmann | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | demo doc | Joel Bodenmann | 2012-12-02 | 1 | -0/+18 |
| | |||||
* | Split Attaching Sources to a GWIN button | Andrew Hannam | 2012-12-02 | 1 | -4/+4 |
| | | | | | | Split Attaching Sources to a GWIN button to allow for new input types that require a parameter in future eg. Keyboard will require a parameter. | ||||
* | Use GWIN Button in Touch Calibrator Demo | Andrew Hannam | 2012-12-02 | 1 | -71/+191 |
| | | | | | | | Added GWIN Buttons to allow Next, Previous capability in the Touch Calibration Demo. Note that until the calibration has occured these buttons do not appear as the touch is not yet accurate enough to drive them. | ||||
* | GINPUT touch driver test demo | Andrew Hannam | 2012-11-30 | 1 | -0/+229 |
| | | | | | | Added demo program to test the driver parameters for a new GINPUT touch driver. It steps through a series of tests to ensure that the driver is configured optimally. | ||||
* | console demo code doc | Joel Bodenmann | 2012-11-22 | 1 | -1/+1 |
| | |||||
* | window example code | Joel Bodenmann | 2012-11-21 | 1 | -0/+72 |
| | |||||
* | console example doc | Joel Bodenmann | 2012-11-21 | 1 | -2/+11 |
| | |||||
* | added console demo | Joel Bodenmann | 2012-11-20 | 1 | -0/+86 |
| | |||||
* | gtimer demo | Joel Bodenmann | 2012-11-20 | 5 | -0/+65 |
| | |||||
* | Mandlebrot - remove hardware specifics | Andrew Hannam | 2012-11-12 | 1 | -5/+11 |
| | | | | Mandlebrot - remove hardware specifics | ||||
* | Remove RGB565CONVERT() | Andrew Hannam | 2012-11-12 | 1 | -2/+2 |
| | | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color. | ||||
* | Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead" | Joel Bodenmann | 2012-11-11 | 1 | -0/+1 |
| | | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d. | ||||
* | touchscreen fixes | Joel Bodenmann | 2012-11-10 | 1 | -3/+0 |
| | |||||
* | removed unused RGB565CONVERT. Please use RGB2COLOR instead | Joel Bodenmann | 2012-11-10 | 1 | -1/+0 |
| |