aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* TDISP updateJoel Bodenmann2013-01-161-3/+3
|
* compiling bux fixJoel Bodenmann2013-01-131-0/+3
|
* small fixJoel Bodenmann2013-01-131-0/+9
|
* tdisp fixesJoel Bodenmann2013-01-121-2/+2
|
* TDISP: added custom character routineJoel Bodenmann2013-01-121-1/+12
|
* tdisp docsJoel Bodenmann2013-01-111-0/+1
|
* Merge branch 'tdisp'Joel Bodenmann2013-01-114-0/+272
|\
| * tdisp updateJoel Bodenmann2013-01-111-5/+6
| |
| * some tdisp updateJoel Bodenmann2013-01-113-22/+104
| |
| * TDISP updateJoel Bodenmann2013-01-101-0/+7
| |
| * 4-bit mode implementedJoel Bodenmann2013-01-101-0/+16
| |
| * some TDISP doxygenJoel Bodenmann2013-01-102-2/+60
| |
| * added TDISP - experimentalJoel Bodenmann2013-01-093-0/+108
| |
* | small doxygen fixesJoel Bodenmann2013-01-111-11/+15
|/
* more updateJoel Bodenmann2012-12-211-5/+63
|
* doxygen & cleanupJoel Bodenmann2012-12-212-57/+164
|
* doxygen warning fixJoel Bodenmann2012-12-201-1/+1
|
* small doxygen cleanupJoel Bodenmann2012-12-203-8/+4
|
* more doxygen cleanupJoel Bodenmann2012-12-192-16/+93
|
* GEVENT doxygenJoel Bodenmann2012-12-191-45/+85
|
* more doxygenJoel Bodenmann2012-12-1814-10/+45
|
* some more doxygenJoel Bodenmann2012-12-183-0/+22
|
* some more doxygenJoel Bodenmann2012-12-184-0/+24
|
* doxygen fixJoel Bodenmann2012-12-181-1/+4
|
* doxygenJoel Bodenmann2012-12-189-9/+23
|
* ginput doxygenJoel Bodenmann2012-12-184-23/+98
|
* ginput/mouse doxygenJoel Bodenmann2012-12-181-8/+47
|
* doxygen updateJoel Bodenmann2012-12-162-4/+4
|
* Add grids to graph demo and update graph arrowsAndrew Hannam2012-12-131-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 driverAndrew Hannam2012-12-081-0/+4
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-074-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
* RestructureAndrew Hannam2012-12-0630-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 buttonAndrew Hannam2012-12-021-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 valueAndrew Hannam2012-12-021-1/+1
|
* Add support for interrupt driven Toggle InputsAndrew Hannam2012-12-021-13/+27
|
* Static initialisation fix for a GListenerAndrew Hannam2012-11-301-1/+1
|
* doxygenJoel Bodenmann2012-11-264-4/+4
|
* Ginput and structure changesAndrew Hannam2012-11-2619-369/+957
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* gwin doxygenJoel Bodenmann2012-11-201-2/+43
|
* gtimer doxygen fixJoel Bodenmann2012-11-201-75/+1
|
* GTimer doxygen bugfixJoel Bodenmann2012-11-191-1/+1
|
* doxygen of gtimerJoel Bodenmann2012-11-191-2/+4
|
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-173-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 anymoreJoel Bodenmann2012-11-141-4/+0
|
* Backlight fixJoel Bodenmann2012-11-131-2/+2
|
* backlight and contrast value changed to uint8_tJoel Bodenmann2012-11-131-2/+2
|
* implemented contrast and backlight functions for GDISP. Implemented those ↵Joel Bodenmann2012-11-131-5/+4
| | | | into ILI9320
* Remove RGB565CONVERT()Andrew Hannam2012-11-121-1/+0
| | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color.
* gdisp Win32 Orientation support. Revert MacroAndrew Hannam2012-11-121-2/+2
| | | | | | gdisp Win32 orientation support. Revert to producing an error if GDISP_NEED_TEXT is not defined when GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined.
* implemented power modes for ILI9320Joel Bodenmann2012-11-121-1/+1
|