aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify demo gfxconf.h filesAndrew Hannam2012-12-077-285/+0
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-0717-127/+374
| | | | | | | | 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 demoAndrew Hannam2012-12-062-8/+20
|
* RestructureAndrew Hannam2012-12-0694-2090/+3421
| | | | | | | | | | | | | 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.
* Merge pull request #11 from Tectu/masterAndrew Hannam2012-12-064-11/+29
|\ | | | | Merge Tectu Changes
| * title justify to left instead of center in ginput touch codeJoel Bodenmann2012-12-031-2/+2
| |
| * demo docJoel Bodenmann2012-12-021-0/+18
| |
| * ILI9320 fixJoel Bodenmann2012-12-021-2/+2
| |
| * fixJoel Bodenmann2012-12-021-14/+14
| |
| * GINPUT MCU driver updateJoel Bodenmann2012-12-023-21/+21
| |
| * Merge pull request #25 from inmarket/masterTectu2012-12-028-174/+476
| |\ | |/ |/| Bug fixes + new driver + extend touch demo
* | Split Attaching Sources to a GWIN buttonAndrew Hannam2012-12-023-27/+27
| | | | | | | | | | | | 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.
* | Use GWIN Button in Touch Calibrator DemoAndrew Hannam2012-12-021-71/+191
| | | | | | | | | | | | | | Added GWIN Buttons to allow Next, Previous capability in the Touch Calibration Demo. Note that until the calibration has occured these buttons do not appear as the touch is not yet accurate enough to drive them.
* | GWIN Button bug fixAndrew Hannam2012-12-021-5/+1
| | | | | | | | GWIN Buttons are now tested and working.
* | Change Mouse Poll period default to a better valueAndrew Hannam2012-12-021-1/+1
| |
* | Win32 Hardware Toggle EmulationAndrew Hannam2012-12-022-58/+224
| | | | | | | | | | | | | | | | Emulates 4 toggle switches and 4 momentary action buttons in the Win32 driver. These are represented as a row of buttons under the GDISP display window. These are implemented as GINPUT Toggle driver (not as GPIO pins).
* | Add support for interrupt driven Toggle InputsAndrew Hannam2012-12-022-17/+37
| |
* | Merge pull request #10 from Tectu/masterAndrew Hannam2012-12-018-12/+399
|\| | | | | Merge Tectu Changes
| * added XPT2046 ginput driverJoel Bodenmann2012-11-306-0/+387
| |
| * boardfile updateJoel Bodenmann2012-11-301-4/+4
| |
| * MCU updateJoel Bodenmann2012-11-291-8/+8
| |
| * Merge pull request #24 from inmarket/masterTectu2012-11-295-9/+277
| |\ | |/ |/| New GINPUT touch driver test demo + fixes
* | GINPUT touch driver test demoAndrew Hannam2012-11-301-0/+229
| | | | | | | | | | | | Added demo program to test the driver parameters for a new GINPUT touch driver. It steps through a series of tests to ensure that the driver is configured optimally.
* | 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.
* | GWIN Console Clear FixAndrew Hannam2012-11-301-0/+7
| | | | | | | | | | When a GWIN Console is cleared, set the cursor back to the top left corner.
* | Static initialisation fix for a GListenerAndrew Hannam2012-11-301-1/+1
| |
* | Adjust Win32 mouse poll periodAndrew Hannam2012-11-301-1/+1
| | | | | | | | Adjust Win32 mouse poll period for better performance
* | Merge pull request #9 from Tectu/masterAndrew Hannam2012-11-2947-276/+306
|\| | | | | Merge Tectu Changes
| * ginput/touch/MCU Olimex STM32 LCD board fileJoel Bodenmann2012-11-291-0/+163
| |
| * porting of the touchscreen/MCU driver to ginput - not working yetJoel Bodenmann2012-11-292-8/+12
| |
| * removed xxx_unknown.h board files from ginput driversJoel Bodenmann2012-11-292-271/+0
| |
| * ADS7843 fixJoel Bodenmann2012-11-283-5/+9
| |
| * ILI9320 landscape modeJoel Bodenmann2012-11-284-13/+40
| |
| * ILI9320 fixJoel Bodenmann2012-11-272-6/+5
| |
| * FireBull STM32F103 board file for GINPUTJoel Bodenmann2012-11-272-6/+15
| |
| * copyright header fixes...Joel Bodenmann2012-11-2636-36/+36
| |
| * FireBull STM32 F103 GINPUT dummy board file (forgot to add at last commit)Joel Bodenmann2012-11-261-0/+89
| |
| * few fixes and FireBull STM32 F103 GINPUT dummy board fileJoel Bodenmann2012-11-261-5/+9
| |
| * doxygenJoel Bodenmann2012-11-2612-15/+17
| |
| * src/gwin/button.c macro fixJoel Bodenmann2012-11-261-3/+3
| |
| * Revert "macro fix on src/gwin/button.c"Joel Bodenmann2012-11-261-4/+4
| | | | | | | | This reverts commit b7a836614008086e3f745cbe8dd95d75f1e57bf7.
| * macro fix on src/gwin/button.cJoel Bodenmann2012-11-261-4/+4
| |
| * Merge pull request #23 from inmarket/masterTectu2012-11-2665-885/+3591
| |\ | |/ |/| Ginput and structure changes
* | Ginput and structure changesAndrew Hannam2012-11-2665-885/+3591
| | | | | | | | | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* | Merge pull request #8 from Tectu/masterAndrew Hannam2012-11-2533-683/+1000
|\| | | | | Merge Tectu Changes
| * touchscreen fixJoel Bodenmann2012-11-261-6/+2
| |
| * touchscreen MCU driver fixJoel Bodenmann2012-11-261-6/+6
| |
| * implemented MCU touchscreen driverJoel Bodenmann2012-11-253-43/+99
| |
| * S6D1121 doxygenJoel Bodenmann2012-11-231-1/+1
| |
| * SSD1289 firebull docJoel Bodenmann2012-11-221-4/+4
| |