Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed touchscreen output and removed console code | Joel Bodenmann | 2012-11-11 | 2 | -309/+0 |
| | |||||
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 2 | -0/+309 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | finally removed directory containging old code | Joel Bodenmann | 2012-11-02 | 3 | -452/+0 |
| | |||||
* | first graph implementation | Joel Bodenmann | 2012-10-24 | 3 | -150/+0 |
| | |||||
* | Makefile LCD replaced with GFX | Joel Bodenmann | 2012-10-04 | 2 | -4/+4 |
| | |||||
* | replaced every LCD_XXX macro with GDISP_XXX | Joel Bodenmann | 2012-09-29 | 2 | -4/+4 |
| | |||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 4 | -12/+12 |
| | |||||
* | ported console (thanks to badger) | Tectu | 2012-08-13 | 2 | -257/+0 |
| | |||||
* | use gdisp code in console | Thomas Saunders | 2012-08-13 | 2 | -23/+25 |
| | | | | needs moving into halext structure | ||||
* | restructure | Tectu | 2012-08-13 | 8 | -0/+857 |