Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge pull request #23 from inmarket/master | Tectu | 2012-11-26 | 65 | -885/+3591 |
|\| | | | | | Ginput and structure changes | ||||
| * | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 65 | -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/master | Andrew Hannam | 2012-11-25 | 33 | -683/+1000 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | touchscreen fix | Joel Bodenmann | 2012-11-26 | 1 | -6/+2 |
| | | |||||
* | | touchscreen MCU driver fix | Joel Bodenmann | 2012-11-26 | 1 | -6/+6 |
| | | |||||
* | | implemented MCU touchscreen driver | Joel Bodenmann | 2012-11-25 | 3 | -43/+99 |
| | | |||||
* | | S6D1121 doxygen | Joel Bodenmann | 2012-11-23 | 1 | -1/+1 |
| | | |||||
* | | SSD1289 firebull doc | Joel Bodenmann | 2012-11-22 | 1 | -4/+4 |
| | | |||||
* | | SSD1289 - firebull update | Joel Bodenmann | 2012-11-22 | 1 | -19/+19 |
| | | |||||
* | | S6D1121 macro fix | Joel Bodenmann | 2012-11-22 | 1 | -4/+7 |
| | | |||||
* | | ported S6D1121 driver | Joel Bodenmann | 2012-11-22 | 6 | -420/+438 |
| | | |||||
* | | console demo code doc | Joel Bodenmann | 2012-11-22 | 1 | -1/+1 |
| | | |||||
* | | cleanup of source files | Joel Bodenmann | 2012-11-21 | 7 | -34/+0 |
| | |