Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 2 | -1/+2 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-12-16 | 5 | -9/+9 |
| | |||||
* | Merge pull request #26 from inmarket/master | Tectu | 2012-12-16 | 100 | -2216/+3536 |
|\ | | | | | Many tidyups and restructure. | ||||
| * | Updated graph demo to show more | Andrew Hannam | 2012-12-13 | 2 | -9/+15 |
| | | | | | | | | Added extra line segment graphing to the graph demo | ||||
| * | Added graph result picture | Andrew Hannam | 2012-12-13 | 1 | -0/+0 |
| | | | | | | | | | | Added a picture to the graph demo directory to show the result of running the demo. | ||||
| * | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 3 | -10/+21 |
| | | | | | | | | | | | | 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 |
| | | |||||
| * | Fix header files for ginput touch drivers | Andrew Hannam | 2012-12-08 | 3 | -12/+6 |
| | | |||||
| * | Simplify demo gfxconf.h files | Andrew Hannam | 2012-12-07 | 7 | -285/+0 |
| | | |||||
| * | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 17 | -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 demo | Andrew Hannam | 2012-12-06 | 2 | -8/+20 |
| | | |||||
| * | Restructure | Andrew Hannam | 2012-12-06 | 94 | -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/master | Andrew Hannam | 2012-12-06 | 4 | -11/+29 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | title justify to left instead of center in ginput touch code | Joel Bodenmann | 2012-12-03 | 1 | -2/+2 |
| | | |||||
* | | demo doc | Joel Bodenmann | 2012-12-02 | 1 | -0/+18 |
| | | |||||
* | | ILI9320 fix | Joel Bodenmann | 2012-12-02 | 1 | -2/+2 |
| | | |||||
* | | fix | Joel Bodenmann | 2012-12-02 | 1 | -14/+14 |
| | | |||||
* | | GINPUT MCU driver update | Joel Bodenmann | 2012-12-02 | 3 | -21/+21 |
| | | |||||
* | | Merge pull request #25 from inmarket/master | Tectu | 2012-12-02 | 8 | -174/+476 |
|\| | | | | | Bug fixes + new driver + extend touch demo | ||||
| * | Split Attaching Sources to a GWIN button | Andrew Hannam | 2012-12-02 | 3 | -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 Demo | Andrew Hannam | 2012-12-02 | 1 | -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 fix | Andrew Hannam | 2012-12-02 | 1 | -5/+1 |
| | | | | | | | | GWIN Buttons are now tested and working. | ||||
| * | Change Mouse Poll period default to a better value | Andrew Hannam | 2012-12-02 | 1 | -1/+1 |
| | | |||||
| * | Win32 Hardware Toggle Emulation | Andrew Hannam | 2012-12-02 | 2 | -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 Inputs | Andrew Hannam | 2012-12-02 | 2 | -17/+37 |
| | | |||||
| * | Merge pull request #10 from Tectu/master | Andrew Hannam | 2012-12-01 | 8 | -12/+399 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | added XPT2046 ginput driver | Joel Bodenmann | 2012-11-30 | 6 | -0/+387 |
| | | |||||
* | | boardfile update | Joel Bodenmann | 2012-11-30 | 1 | -4/+4 |
| | | |||||
* | | MCU update | Joel Bodenmann | 2012-11-29 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #24 from inmarket/master | Tectu | 2012-11-29 | 5 | -9/+277 |
|\| | | | | | New GINPUT touch driver test demo + fixes | ||||
| * | GINPUT touch driver test demo | Andrew Hannam | 2012-11-30 | 1 | -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 Calibration | Andrew Hannam | 2012-11-30 | 1 | -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 Fix | Andrew Hannam | 2012-11-30 | 1 | -0/+7 |
| | | | | | | | | | | When a GWIN Console is cleared, set the cursor back to the top left corner. | ||||
| * | Static initialisation fix for a GListener | Andrew Hannam | 2012-11-30 | 1 | -1/+1 |
| | | |||||
| * | Adjust Win32 mouse poll period | Andrew Hannam | 2012-11-30 | 1 | -1/+1 |
| | | | | | | | | Adjust Win32 mouse poll period for better performance | ||||
| * | Merge pull request #9 from Tectu/master | Andrew Hannam | 2012-11-29 | 47 | -276/+306 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | ginput/touch/MCU Olimex STM32 LCD board file | Joel Bodenmann | 2012-11-29 | 1 | -0/+163 |
| | | |||||
* | | porting of the touchscreen/MCU driver to ginput - not working yet | Joel Bodenmann | 2012-11-29 | 2 | -8/+12 |
| | | |||||
* | | removed xxx_unknown.h board files from ginput drivers | Joel Bodenmann | 2012-11-29 | 2 | -271/+0 |
| | | |||||
* | | ADS7843 fix | Joel Bodenmann | 2012-11-28 | 3 | -5/+9 |
| | | |||||
* | | ILI9320 landscape mode | Joel Bodenmann | 2012-11-28 | 4 | -13/+40 |
| | | |||||
* | | ILI9320 fix | Joel Bodenmann | 2012-11-27 | 2 | -6/+5 |
| | | |||||
* | | FireBull STM32F103 board file for GINPUT | Joel Bodenmann | 2012-11-27 | 2 | -6/+15 |
| | | |||||
* | | copyright header fixes... | Joel Bodenmann | 2012-11-26 | 36 | -36/+36 |
| | | |||||
* | | FireBull STM32 F103 GINPUT dummy board file (forgot to add at last commit) | Joel Bodenmann | 2012-11-26 | 1 | -0/+89 |
| | | |||||
* | | few fixes and FireBull STM32 F103 GINPUT dummy board file | Joel Bodenmann | 2012-11-26 | 1 | -5/+9 |
| | | |||||
* | | doxygen | Joel Bodenmann | 2012-11-26 | 12 | -15/+17 |
| | | |||||
* | | src/gwin/button.c macro fix | Joel Bodenmann | 2012-11-26 | 1 | -3/+3 |
| | | |||||
* | | Revert "macro fix on src/gwin/button.c" | Joel Bodenmann | 2012-11-26 | 1 | -4/+4 |
| | | | | | | | | This reverts commit b7a836614008086e3f745cbe8dd95d75f1e57bf7. | ||||
* | | macro fix on src/gwin/button.c | Joel Bodenmann | 2012-11-26 | 1 | -4/+4 |
| | |