Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed touchscreen drivers | Joel Bodenmann | 2012-12-16 | 12 | -925/+0 |
| | |||||
* | fix | Joel Bodenmann | 2012-12-02 | 1 | -14/+14 |
| | |||||
* | GINPUT MCU driver update | Joel Bodenmann | 2012-12-02 | 1 | -14/+14 |
| | |||||
* | touchscreen MCU driver fix | Joel Bodenmann | 2012-11-26 | 1 | -6/+6 |
| | |||||
* | implemented MCU touchscreen driver | Joel Bodenmann | 2012-11-25 | 2 | -41/+93 |
| | |||||
* | Win32 orientation & gwin console line clear fixes | Andrew Hannam | 2012-11-12 | 1 | -0/+0 |
| | | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles. | ||||
* | small fix | Joel Bodenmann | 2012-11-12 | 2 | -1/+1 |
| | |||||
* | added MCU driver dummy - not implemented yet | Joel Bodenmann | 2012-11-12 | 5 | -0/+195 |
| | |||||
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 4 | -4/+82 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | renamed tsIRQ() into tsPressed() | Joel Bodenmann | 2012-11-10 | 2 | -3/+3 |
| | |||||
* | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 8 | -0/+600 |