aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Win32
Commit message (Collapse)AuthorAgeFilesLines
* Added touch to gdisp Win32 driverAndrew Hannam2012-11-104-7/+173
| | | | | | | 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-072-2/+2
|
* moar docsJoel Bodenmann2012-11-032-2/+4
|
* Fixes to gdisp Win32 driverAndrew Hannam2012-10-282-67/+102
| | | | Fixes to gdisp Win32 driver. This is now fully operational.
* Fixes to Nokia6610 driver, add Win32 driverAndrew Hannam2012-10-274-0/+484
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.