aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/button.h
Commit message (Collapse)AuthorAgeFilesLines
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-12/+10
| | | | | | | | 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.
* coding styleJoel Bodenmann2013-03-311-0/+1
|
* doxygen fixesJoel Bodenmann2013-03-101-0/+1
|
* GWIN button changesAndrew Hannam2013-03-101-194/+252
| | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support.
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+194
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-194/+0
|
* doxygen & cleanupJoel Bodenmann2012-12-211-18/+86
|
* more doxygenJoel Bodenmann2012-12-181-1/+1
|
* some more doxygenJoel Bodenmann2012-12-181-0/+6
|
* doxygenJoel Bodenmann2012-12-181-1/+4
|
* RestructureAndrew Hannam2012-12-061-0/+117
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.