aboutsummaryrefslogtreecommitdiffstats
path: root/include/console.h
Commit message (Collapse)AuthorAgeFilesLines
* Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-111-93/+0
| | | | | | | | | | | | | | | | | | 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.
* even more doxygen...Joel Bodenmann2012-11-031-0/+9
|
* renamed macrosJoel Bodenmann2012-10-211-4/+4
|
* renamed console fuctions to gfxJoel Bodenmann2012-10-131-3/+3
|
* update console for latest chibios changestrsaunders2012-10-131-1/+10
|
* console updateJoel Bodenmann2012-10-131-1/+1
|
* console updatesJoel Bodenmann2012-10-131-5/+28
|
* TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsoleJoel Bodenmann2012-10-131-3/+3
|
* GConsole -> GConsole_tJoel Bodenmann2012-10-111-4/+3
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-87/+53
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* moved console to src/ and include/Tectu2012-08-131-0/+87