Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 11 | -0/+838 |
| | | | | Subsystem definitions and API (not fully implemented yet) | ||||
* | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 1 | -0/+2 |
| | |||||
* | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 1 | -3/+5 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -3/+3 |
| | |||||
* | compiling bux fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+3 |
| | |||||
* | small fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+9 |
| | |||||
* | tdisp fixes | Joel Bodenmann | 2013-01-12 | 1 | -2/+2 |
| | |||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -1/+12 |
| | |||||
* | tdisp docs | Joel Bodenmann | 2013-01-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 4 | -0/+272 |
|\ | |||||
| * | tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -5/+6 |
| | | |||||
| * | some tdisp update | Joel Bodenmann | 2013-01-11 | 3 | -22/+104 |
| | | |||||
| * | TDISP update | Joel Bodenmann | 2013-01-10 | 1 | -0/+7 |
| | | |||||
| * | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 1 | -0/+16 |
| | | |||||
| * | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 2 | -2/+60 |
| | | |||||
| * | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 3 | -0/+108 |
| | | |||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -11/+15 |
|/ | |||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -5/+63 |
| | |||||
* | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 2 | -57/+164 |
| | |||||
* | doxygen warning fix | Joel Bodenmann | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | small doxygen cleanup | Joel Bodenmann | 2012-12-20 | 3 | -8/+4 |
| | |||||
* | more doxygen cleanup | Joel Bodenmann | 2012-12-19 | 2 | -16/+93 |
| | |||||
* | GEVENT doxygen | Joel Bodenmann | 2012-12-19 | 1 | -45/+85 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 14 | -10/+45 |
| | |||||
* | some more doxygen | Joel Bodenmann | 2012-12-18 | 3 | -0/+22 |
| | |||||
* | some more doxygen | Joel Bodenmann | 2012-12-18 | 4 | -0/+24 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-18 | 1 | -1/+4 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 9 | -9/+23 |
| | |||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 4 | -23/+98 |
| | |||||
* | ginput/mouse doxygen | Joel Bodenmann | 2012-12-18 | 1 | -8/+47 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-12-16 | 2 | -4/+4 |
| | |||||
* | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 1 | -2/+9 |
| | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | ||||
* | Header fix for Toggle driver | Andrew Hannam | 2012-12-08 | 1 | -0/+4 |
| | |||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 4 | -103/+66 |
| | | | | | | | | 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 | ||||
* | Restructure | Andrew Hannam | 2012-12-06 | 30 | -845/+1154 |
| | | | | | | | | | | | | | 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 | -2/+9 |
| | | | | | | 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. | ||||
* | Change Mouse Poll period default to a better value | Andrew Hannam | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | Add support for interrupt driven Toggle Inputs | Andrew Hannam | 2012-12-02 | 1 | -13/+27 |
| | |||||
* | Static initialisation fix for a GListener | Andrew Hannam | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-11-26 | 4 | -4/+4 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 19 | -369/+957 |
| | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system | ||||
* | gwin doxygen | Joel Bodenmann | 2012-11-20 | 1 | -2/+43 |
| | |||||
* | gtimer doxygen fix | Joel Bodenmann | 2012-11-20 | 1 | -75/+1 |
| | |||||
* | GTimer doxygen bugfix | Joel Bodenmann | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | doxygen of gtimer | Joel Bodenmann | 2012-11-19 | 1 | -2/+4 |
| | |||||
* | GEVENT, GTIMER & GINPUT subsystems | Andrew Hannam | 2012-11-17 | 3 | -0/+740 |
| | | | | | | | | GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete. | ||||
* | removed the check for GDISP_USE_XXX since new drivers dont use this anymore | Joel Bodenmann | 2012-11-14 | 1 | -4/+0 |
| | |||||
* | Backlight fix | Joel Bodenmann | 2012-11-13 | 1 | -2/+2 |
| | |||||
* | backlight and contrast value changed to uint8_t | Joel Bodenmann | 2012-11-13 | 1 | -2/+2 |
| | |||||
* | implemented contrast and backlight functions for GDISP. Implemented those ↵ | Joel Bodenmann | 2012-11-13 | 1 | -5/+4 |
| | | | | into ILI9320 |