Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 12 | -277/+319 |
| | | | | | | | | | | | | | | | | | | Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin. | ||||
* | Merge pull request #2 from Tectu/master | Andrew Hannam | 2012-11-11 | 12 | -157/+160 |
|\ | | | | | Merge Tectu changes | ||||
| * | small doxygen fix | Joel Bodenmann | 2012-11-11 | 1 | -1/+1 |
| | | |||||
| * | small doxygen fix | Joel Bodenmann | 2012-11-11 | 1 | -2/+2 |
| | | |||||
| * | GWIN doxygen fix | Joel Bodenmann | 2012-11-11 | 1 | -16/+18 |
| | | |||||
| * | docs | Joel Bodenmann | 2012-11-10 | 1 | -0/+1 |
| | | |||||
| * | cleanup | Joel Bodenmann | 2012-11-10 | 1 | -115/+114 |
| | | |||||
| * | Merge pull request #15 from mobyfab/master | Tectu | 2012-11-10 | 1 | -1/+6 |
| |\ | | | | | | | Inverted touchpad fix | ||||
| | * | Adding TOUCHSCREEN_XY_INVERTED define to the calibration function. | mobyfab | 2012-11-10 | 1 | -1/+6 |
| | | | |||||
| * | | small doxygen update | Joel Bodenmann | 2012-11-10 | 1 | -2/+3 |
| |/ | |||||
| * | touchscreen fixes | Joel Bodenmann | 2012-11-10 | 4 | -16/+13 |
| | | |||||
| * | removed unused RGB565CONVERT. Please use RGB2COLOR instead | Joel Bodenmann | 2012-11-10 | 2 | -2/+0 |
| | | |||||
| * | renamed tsIRQ() into tsPressed() | Joel Bodenmann | 2012-11-10 | 6 | -12/+12 |
| | | |||||
| * | Merge pull request #14 from inmarket/master | Tectu | 2012-11-10 | 8 | -33/+198 |
| |\ | |/ |/| | Win32 touch support | ||||
* | | Added touch to gdisp Win32 driver | Andrew Hannam | 2012-11-10 | 4 | -7/+173 |
| | | | | | | | | | | | | | | GDISP Win32 driver: Fixed a window sizing bug Added hardware scroll support Added touchscreen integrated driver into this driver | ||||
* | | Removed some hardware dependancies in HL drivers | Andrew Hannam | 2012-11-10 | 4 | -26/+25 |
| | | | | | | | | | | Removed some hardware dependancies in high level drivers that had crept in over time. | ||||
* | | Merge pull request #1 from Tectu/master | Andrew Hannam | 2012-11-09 | 70 | -3670/+3016 |
|\| | | | | | Included Tectu changes | ||||
| * | added touchscreen files | Joel Bodenmann | 2012-11-10 | 4 | -0/+655 |
| | | |||||
| * | untracked template files since out of date | Joel Bodenmann | 2012-11-10 | 8 | -880/+0 |
| | | |||||
| * | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 19 | -806/+153 |
| | | |||||
| * | small macro update | Joel Bodenmann | 2012-11-09 | 1 | -2/+2 |
| | | |||||
| * | small cleanup | Joel Bodenmann | 2012-11-09 | 2 | -4/+7 |
| | | |||||
| * | Merge pull request #13 from abhishek-kakkar/master | Tectu | 2012-11-08 | 2 | -273/+387 |
| |\ | | | | | | | Touchscreen 3 point calibration support | ||||
| | * | Touchpad Updates - 3 point calibration support + | Kumar Abhishek | 2012-11-09 | 1 | -266/+375 |
| | | | | | | | | | | | | | | | Touchpad reads now return coord_t instead of uint16_t tpTransform function does the calibration transformation instead of the original functions | ||||
| | * | Touchpad API update to return coordinates as coord_t instead of uint16_t | Kumar Abhishek | 2012-11-09 | 1 | -7/+12 |
| |/ | |||||
| * | small cosmetic fix | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
| | | |||||
| * | a bit more doxygen | Joel Bodenmann | 2012-11-07 | 2 | -2/+4 |
| | | |||||
| * | more doxygen | Joel Bodenmann | 2012-11-07 | 5 | -0/+133 |
| | | |||||
| * | big doxygen update - now it works as it should | Joel Bodenmann | 2012-11-07 | 20 | -24/+22 |
| | | |||||
| * | very small @file path fix | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
| | | |||||
| * | Revert "doxygen tweaks - not complete yet" | Joel Bodenmann | 2012-11-07 | 6 | -62/+23 |
| | | | | | | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1. | ||||
| * | doxygen tweaks - not complete yet | Joel Bodenmann | 2012-11-06 | 6 | -23/+62 |
| | | |||||
| * | removed doxygen of static internal functions | Joel Bodenmann | 2012-11-06 | 1 | -42/+27 |
| | | |||||
| * | small doxygen fix | Joel Bodenmann | 2012-11-05 | 1 | -19/+1 |
| | | |||||
| * | release v1.4 | Joel Bodenmann | 2012-11-03 | 2 | -2/+5 |
| | | |||||
| * | added .gitingore | Joel Bodenmann | 2012-11-03 | 1 | -0/+1 |
| | | |||||
| * | cleanup of doxygen | Joel Bodenmann | 2012-11-03 | 2 | -23/+2 |
| | | |||||
| * | yes sir, please give us even more doxygen | Joel Bodenmann | 2012-11-03 | 1 | -0/+37 |
| | | |||||
| * | docs | Joel Bodenmann | 2012-11-03 | 1 | -0/+1 |
| | | |||||
| * | and the final touch of doxygen... | Joel Bodenmann | 2012-11-03 | 2 | -1/+2 |
| | | |||||
| * | even more doxygen... | Joel Bodenmann | 2012-11-03 | 18 | -29/+81 |
| | | |||||
| * | moar docs | Joel Bodenmann | 2012-11-03 | 2 | -2/+4 |
| | | |||||
| * | docs | Joel Bodenmann | 2012-11-03 | 9 | -0/+1057 |
| | | |||||
| * | docs | Joel Bodenmann | 2012-11-03 | 30 | -2833/+1857 |
| | | |||||
| * | doxygen update | Joel Bodenmann | 2012-11-03 | 1 | -0/+184 |
| | | |||||
| * | doxygen update | Joel Bodenmann | 2012-11-03 | 3 | -6/+5 |
| | | |||||
| * | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 12 | -63/+74 |
| | | |||||
| * | docs | Joel Bodenmann | 2012-11-02 | 4 | -1/+8 |
| | | |||||
| * | Doxygenfile update | Joel Bodenmann | 2012-11-02 | 1 | -3/+3 |
| | | |||||
| * | finally removed directory containging old code | Joel Bodenmann | 2012-11-02 | 3 | -452/+0 |
| | |