aboutsummaryrefslogtreecommitdiffstats
path: root/old
Commit message (Collapse)AuthorAgeFilesLines
* fixed touchscreen output and removed console codeJoel Bodenmann2012-11-112-309/+0
|
* Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-112-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 codeJoel Bodenmann2012-11-023-452/+0
|
* first graph implementationJoel Bodenmann2012-10-243-150/+0
|
* Makefile LCD replaced with GFXJoel Bodenmann2012-10-042-4/+4
|
* replaced every LCD_XXX macro with GDISP_XXXJoel Bodenmann2012-09-292-4/+4
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-254-12/+12
|
* ported console (thanks to badger)Tectu2012-08-132-257/+0
|
* use gdisp code in consoleThomas Saunders2012-08-132-23/+25
| | | | needs moving into halext structure
* restructureTectu2012-08-138-0/+857