aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added ILI9320 driver - not finished yet, but workingJoel Bodenmann2012-11-115-0/+688
|
* GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or ↵Joel Bodenmann2012-11-111-2/+2
| | | | GWIN_NEED_BUTTON set to TRUE
* set GWIN_NEED_CONSOLE default value to FALSEJoel Bodenmann2012-11-111-3/+3
|
* fixed touchscreen output and removed console codeJoel Bodenmann2012-11-114-340/+3
|
* Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead"Joel Bodenmann2012-11-112-0/+2
| | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d.
* Merge pull request #16 from inmarket/masterTectu2012-11-1112-277/+319
|\ | | | | Touch fixes. Deprecate Console
| * Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-1112-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/masterAndrew Hannam2012-11-1112-157/+160
| |\ | |/ |/| Merge Tectu changes
* | small doxygen fixJoel Bodenmann2012-11-111-1/+1
| |
* | small doxygen fixJoel Bodenmann2012-11-111-2/+2
| |
* | GWIN doxygen fixJoel Bodenmann2012-11-111-16/+18
| |
* | docsJoel Bodenmann2012-11-101-0/+1
| |
* | cleanupJoel Bodenmann2012-11-101-115/+114
| |
* | Merge pull request #15 from mobyfab/masterTectu2012-11-101-1/+6
|\ \ | | | | | | Inverted touchpad fix
| * | Adding TOUCHSCREEN_XY_INVERTED define to the calibration function.mobyfab2012-11-101-1/+6
| | |
* | | small doxygen updateJoel Bodenmann2012-11-101-2/+3
|/ /
* | touchscreen fixesJoel Bodenmann2012-11-104-16/+13
| |
* | removed unused RGB565CONVERT. Please use RGB2COLOR insteadJoel Bodenmann2012-11-102-2/+0
| |
* | renamed tsIRQ() into tsPressed()Joel Bodenmann2012-11-106-12/+12
| |
* | Merge pull request #14 from inmarket/masterTectu2012-11-108-33/+198
|\| | | | | Win32 touch support
| * Added touch to gdisp Win32 driverAndrew Hannam2012-11-104-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 driversAndrew Hannam2012-11-104-26/+25
| | | | | | | | | | Removed some hardware dependancies in high level drivers that had crept in over time.
| * Merge pull request #1 from Tectu/masterAndrew Hannam2012-11-0970-3670/+3016
| |\ | |/ |/| Included Tectu changes
* | added touchscreen filesJoel Bodenmann2012-11-104-0/+655
| |
* | untracked template files since out of dateJoel Bodenmann2012-11-108-880/+0
| |
* | renamed touchpad into touchscreenJoel Bodenmann2012-11-1019-806/+153
| |
* | small macro updateJoel Bodenmann2012-11-091-2/+2
| |
* | small cleanupJoel Bodenmann2012-11-092-4/+7
| |
* | Merge pull request #13 from abhishek-kakkar/masterTectu2012-11-082-273/+387
|\ \ | | | | | | Touchscreen 3 point calibration support
| * | Touchpad Updates - 3 point calibration support + Kumar Abhishek2012-11-091-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_tKumar Abhishek2012-11-091-7/+12
|/ /
* | small cosmetic fixJoel Bodenmann2012-11-071-1/+1
| |
* | a bit more doxygenJoel Bodenmann2012-11-072-2/+4
| |
* | more doxygenJoel Bodenmann2012-11-075-0/+133
| |
* | big doxygen update - now it works as it shouldJoel Bodenmann2012-11-0720-24/+22
| |
* | very small @file path fixJoel Bodenmann2012-11-071-1/+1
| |
* | Revert "doxygen tweaks - not complete yet"Joel Bodenmann2012-11-076-62/+23
| | | | | | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1.
* | doxygen tweaks - not complete yetJoel Bodenmann2012-11-066-23/+62
| |
* | removed doxygen of static internal functionsJoel Bodenmann2012-11-061-42/+27
| |
* | small doxygen fixJoel Bodenmann2012-11-051-19/+1
| |
* | release v1.4Joel Bodenmann2012-11-032-2/+5
| |
* | added .gitingoreJoel Bodenmann2012-11-031-0/+1
| |
* | cleanup of doxygenJoel Bodenmann2012-11-032-23/+2
| |
* | yes sir, please give us even more doxygenJoel Bodenmann2012-11-031-0/+37
| |
* | docsJoel Bodenmann2012-11-031-0/+1
| |
* | and the final touch of doxygen...Joel Bodenmann2012-11-032-1/+2
| |
* | even more doxygen...Joel Bodenmann2012-11-0318-29/+81
| |
* | moar docsJoel Bodenmann2012-11-032-2/+4
| |
* | docsJoel Bodenmann2012-11-039-0/+1057
| |
* | docsJoel Bodenmann2012-11-0330-2833/+1857
| |