Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 1 | -38/+465 |
| | | | | Also includes driver for AT91SAM7 cpu | ||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 2 | -1272/+1272 |
| | | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers. | ||||
* | TDISP merge - NOT TESTED!!! | Joel Bodenmann | 2013-02-18 | 1 | -85/+117 |
|\ | |||||
| * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 1 | -85/+117 |
| | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | ||||
* | | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 1 | -1/+1 |
| | | |||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 27 | -0/+5117 |
| | | |||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 27 | -5117/+0 |
|/ | |||||
* | Merge pull request #31 from inmarket/master | Tectu | 2013-01-17 | 8 | -0/+359 |
|\ | | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | ||||
| * | Implement GMISC Array Operations | Andrew Hannam | 2013-01-17 | 1 | -1/+205 |
| | | |||||
| * | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 8 | -0/+155 |
| | | | | | | | | Subsystem definitions and API (not fully implemented yet) | ||||
* | | TDISP cleanup | Joel Bodenmann | 2013-01-17 | 1 | -27/+2 |
|/ | |||||
* | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 1 | -12/+12 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -20/+6 |
| | |||||
* | tdisp fixes | Joel Bodenmann | 2013-01-12 | 1 | -4/+2 |
| | |||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -0/+13 |
| | |||||
* | added tdisp demo | Joel Bodenmann | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -2/+18 |
| | |||||
* | some tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -0/+15 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-10 | 1 | -1/+4 |
| | |||||
* | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 1 | -2/+3 |
| | |||||
* | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 2 | -0/+80 |
| | |||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -54/+0 |
| | |||||
* | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 2 | -113/+0 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-21 | 1 | -2/+2 |
| | |||||
* | Using ginput with polling allow thread preemption | Andrew Hannam | 2012-12-20 | 2 | -0/+8 |
| | | | | | | GINPUT when being exclusively polled by the application, did not allow pre-emption of the main thread and therefore some platforms (Win32) the mouse/toggle stopped working. | ||||
* | more doxygen cleanup | Joel Bodenmann | 2012-12-19 | 1 | -82/+2 |
| | |||||
* | GEVENT doxygen | Joel Bodenmann | 2012-12-19 | 1 | -94/+0 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 8 | -9/+11 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-18 | 1 | -2/+4 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 7 | -10/+20 |
| | |||||
* | ginput/mouse doxygen | Joel Bodenmann | 2012-12-18 | 1 | -8/+0 |
| | |||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 1 | -5/+0 |
| | |||||
* | dirty dirty dirty very very dirty reset_viewport for mouse calibration fix | Joel Bodenmann | 2012-12-17 | 1 | -1/+3 |
| | |||||
* | SSD1289 reset_viewport quick fix | Joel Bodenmann | 2012-12-17 | 1 | -0/+4 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-12-16 | 3 | -5/+5 |
| | |||||
* | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 1 | -2/+6 |
| | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | ||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 2 | -73/+207 |
| | | | | | | | | 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 | -1/+2 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 19 | -692/+478 |
| | | | | | | | | | | | | | 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. | ||||
* | Split Attaching Sources to a GWIN button | Andrew Hannam | 2012-12-02 | 1 | -21/+14 |
| | | | | | | 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. | ||||
* | GWIN Button bug fix | Andrew Hannam | 2012-12-02 | 1 | -5/+1 |
| | | | | GWIN Buttons are now tested and working. | ||||
* | Add support for interrupt driven Toggle Inputs | Andrew Hannam | 2012-12-02 | 1 | -4/+10 |
| | |||||
* | GINPUT Touch Calibration | Andrew Hannam | 2012-11-30 | 1 | -7/+39 |
| | | | | | | | | Improvements to error detection and displaying that to the user during a calibration. Also introduced a hack to allow initialisation of a touch device without an automatic calibration for when the user application wants to do something with the raw readings first. | ||||
* | GWIN Console Clear Fix | Andrew Hannam | 2012-11-30 | 1 | -0/+7 |
| | | | | | When a GWIN Console is cleared, set the cursor back to the top left corner. | ||||
* | doxygen | Joel Bodenmann | 2012-11-26 | 1 | -0/+2 |
| | |||||
* | src/gwin/button.c macro fix | Joel Bodenmann | 2012-11-26 | 1 | -3/+3 |
| | |||||
* | Revert "macro fix on src/gwin/button.c" | Joel Bodenmann | 2012-11-26 | 1 | -4/+4 |
| | | | | This reverts commit b7a836614008086e3f745cbe8dd95d75f1e57bf7. | ||||
* | macro fix on src/gwin/button.c | Joel Bodenmann | 2012-11-26 | 1 | -4/+4 |
| |