aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Win32/gdisp_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Ginput and structure changesAndrew Hannam2012-11-261-952/+0
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* Win32 orientation & gwin console line clear fixesAndrew Hannam2012-11-121-25/+31
| | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles.
* gdisp Win32 Orientation support. Revert MacroAndrew Hannam2012-11-121-57/+446
| | | | | | gdisp Win32 orientation support. Revert to producing an error if GDISP_NEED_TEXT is not defined when GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined.
* renamed tsIRQ() into tsPressed()Joel Bodenmann2012-11-101-1/+1
|
* Added touch to gdisp Win32 driverAndrew Hannam2012-11-101-3/+114
| | | | | | | GDISP Win32 driver: Fixed a window sizing bug Added hardware scroll support Added touchscreen integrated driver into this driver
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-071-1/+1
|
* moar docsJoel Bodenmann2012-11-031-1/+2
|
* Fixes to gdisp Win32 driverAndrew Hannam2012-10-281-67/+98
| | | | Fixes to gdisp Win32 driver. This is now fully operational.
* Fixes to Nokia6610 driver, add Win32 driverAndrew Hannam2012-10-271-0/+414
Fix errors that crept in recent macro changes to the Nokia6610 driver. Removed some redundant code from Nokia6610 driver now that it is functional for the GE8 controller. Add Win32 driver. Untested at present as ChibiOS Win32 compile appears broken.