aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
Commit message (Collapse)AuthorAgeFilesLines
* updated license headersJoel Bodenmann2013-05-024-19/+35
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-36/+166
| | | | | | | | 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.
* updated copyright - 2013Joel Bodenmann2013-03-064-4/+4
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-4/+4
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-115-0/+838
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-115-838/+0
|
* Using ginput with polling allow thread preemptionAndrew Hannam2012-12-202-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 doxygenJoel Bodenmann2012-12-184-5/+7
|
* doxygenJoel Bodenmann2012-12-184-4/+8
|
* ginput/mouse doxygenJoel Bodenmann2012-12-181-8/+0
|
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-5/+0
|
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-1/+3
|
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-171-0/+4
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-5/+11
| | | | | | | | 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-064-16/+14
| | | | | | | | | | | | | 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.
* Add support for interrupt driven Toggle InputsAndrew Hannam2012-12-021-4/+10
|
* GINPUT Touch CalibrationAndrew Hannam2012-11-301-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.
* Ginput and structure changesAndrew Hannam2012-11-265-0/+789
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system