aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "header prototype order cleanup"Joel Bodenmann2012-10-291-7/+13
| | | | This reverts commit 218a2e89bd744d7787f73cbb9eae1d6b1133d008.
* whitespacesJoel Bodenmann2012-10-291-1/+2
|
* header prototype order cleanupJoel Bodenmann2012-10-291-13/+7
|
* fixed compiler warningsJoel Bodenmann2012-10-281-0/+1
|
* docsJoel Bodenmann2012-10-281-0/+5
|
* Merge pull request #10 from inmarket/masterTectu2012-10-282-67/+102
|\ | | | | Fixes to gdisp Win32 driver
| * Fixes to gdisp Win32 driverAndrew Hannam2012-10-282-67/+102
| | | | | | | | Fixes to gdisp Win32 driver. This is now fully operational.
* | Merge pull request #9 from inmarket/masterTectu2012-10-274-13/+923
|\| | | | | Implement gdispFillArc. Add GWIN windows.
| * Implement gdispFillArc. Add GWIN windows.Andrew Hannam2012-10-274-13/+923
| | | | | | | | | | | | Implement gdispFillArc in gdisp. Added gwin (GFX_USE_GWIN) - adds a window based drawing layer to GDISP. GWIN also support chprintf text drawing like console.
* | Merge pull request #8 from inmarket/masterTectu2012-10-266-61/+513
|\| | | | | Fix Nokia6610 driver, add gdisp Win32 driver
| * Fixes to Nokia6610 driver, add Win32 driverAndrew Hannam2012-10-276-61/+513
|/ | | | | | | | 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.
* updated mandelbrot demoJoel Bodenmann2012-10-252-128/+38
|
* version 1.3 releaseJoel Bodenmann2012-10-252-0/+328
|
* version 1.3 releaseJoel Bodenmann2012-10-259-576/+1
|
* graphDrawNets() fixJoel Bodenmann2012-10-251-3/+3
|
* graph fixJoel Bodenmann2012-10-251-6/+8
|
* added graph demoJoel Bodenmann2012-10-241-0/+51
|
* macro fixesJoel Bodenmann2012-10-242-4/+12
|
* graph - added boundary checksJoel Bodenmann2012-10-241-13/+42
|
* graph updateJoel Bodenmann2012-10-242-0/+23
|
* graph updateJoel Bodenmann2012-10-242-105/+46
|
* graphDrawDots() fixJoel Bodenmann2012-10-241-2/+6
|
* graph fixJoel Bodenmann2012-10-241-2/+2
|
* graphGetOrigin()Joel Bodenmann2012-10-242-1/+7
|
* graph - different axis and grid colorJoel Bodenmann2012-10-242-15/+14
|
* graphDrawDot() fixJoel Bodenmann2012-10-241-1/+1
|
* graphDrawOneQuadrant() fixJoel Bodenmann2012-10-241-2/+2
|
* graph grid drawing fixJoel Bodenmann2012-10-242-10/+24
|
* graph updateJoel Bodenmann2012-10-242-8/+20
|
* first graph implementationJoel Bodenmann2012-10-246-155/+126
|
* added point_t structJoel Bodenmann2012-10-241-0/+5
|
* added graph dummyJoel Bodenmann2012-10-246-0/+133
|
* fixJoel Bodenmann2012-10-231-1/+1
|
* fixJoel Bodenmann2012-10-231-1/+1
|
* added mandelbrot demoJoel Bodenmann2012-10-234-95/+124
|
* Revert "S6D1121 FSMC timing cleanup"Joel Bodenmann2012-10-231-1/+1
| | | | This reverts commit e46b6b60249632d8a9b9a81f669a46188e74bbca.
* S6D1121 FSMC timing cleanupJoel Bodenmann2012-10-231-1/+1
|
* renamed calibration storage interfaceJoel Bodenmann2012-10-231-6/+5
|
* touchpad calibration storage updateJoel Bodenmann2012-10-231-7/+1
|
* touchpad calibration storage updateJoel Bodenmann2012-10-231-20/+32
|
* whitespacesJoel Bodenmann2012-10-231-0/+2
|
* SSD1289 setViewPort bugfixJoel Bodenmann2012-10-232-3/+4
|
* added delay to gdispControl() to fix some timing issuesJoel Bodenmann2012-10-231-0/+2
|
* whitespacesJoel Bodenmann2012-10-231-1/+4
|
* SSD1289 FSMC fix - thanks to MobyfabJoel Bodenmann2012-10-221-22/+40
|
* GPIO interface rename -> http://chibios-gfx.com/blog/96-renamed-gpio-interfaceJoel Bodenmann2012-10-211-6/+6
|
* renamed macrosJoel Bodenmann2012-10-2146-82/+82
|
* docsJoel Bodenmann2012-10-171-0/+1
|
* Merge pull request #7 from mobyfab/masterTectu2012-10-171-2/+8
|\ | | | | FSMC support for STM32F2/F4 for SSD1289
| * F2/F4 FSMC support for SSD1289mobyfab2012-10-171-2/+8
|/