Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixes to Nokia6610 driver, add Win32 driver | Andrew Hannam | 2012-10-27 | 6 | -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 demo | Joel Bodenmann | 2012-10-25 | 2 | -128/+38 | |
| | ||||||
* | version 1.3 release | Joel Bodenmann | 2012-10-25 | 2 | -0/+328 | |
| | ||||||
* | version 1.3 release | Joel Bodenmann | 2012-10-25 | 9 | -576/+1 | |
| | ||||||
* | graphDrawNets() fix | Joel Bodenmann | 2012-10-25 | 1 | -3/+3 | |
| | ||||||
* | graph fix | Joel Bodenmann | 2012-10-25 | 1 | -6/+8 | |
| | ||||||
* | added graph demo | Joel Bodenmann | 2012-10-24 | 1 | -0/+51 | |
| | ||||||
* | macro fixes | Joel Bodenmann | 2012-10-24 | 2 | -4/+12 | |
| | ||||||
* | graph - added boundary checks | Joel Bodenmann | 2012-10-24 | 1 | -13/+42 | |
| | ||||||
* | graph update | Joel Bodenmann | 2012-10-24 | 2 | -0/+23 | |
| | ||||||
* | graph update | Joel Bodenmann | 2012-10-24 | 2 | -105/+46 | |
| | ||||||
* | graphDrawDots() fix | Joel Bodenmann | 2012-10-24 | 1 | -2/+6 | |
| | ||||||
* | graph fix | Joel Bodenmann | 2012-10-24 | 1 | -2/+2 | |
| | ||||||
* | graphGetOrigin() | Joel Bodenmann | 2012-10-24 | 2 | -1/+7 | |
| | ||||||
* | graph - different axis and grid color | Joel Bodenmann | 2012-10-24 | 2 | -15/+14 | |
| | ||||||
* | graphDrawDot() fix | Joel Bodenmann | 2012-10-24 | 1 | -1/+1 | |
| | ||||||
* | graphDrawOneQuadrant() fix | Joel Bodenmann | 2012-10-24 | 1 | -2/+2 | |
| | ||||||
* | graph grid drawing fix | Joel Bodenmann | 2012-10-24 | 2 | -10/+24 | |
| | ||||||
* | graph update | Joel Bodenmann | 2012-10-24 | 2 | -8/+20 | |
| | ||||||
* | first graph implementation | Joel Bodenmann | 2012-10-24 | 6 | -155/+126 | |
| | ||||||
* | added point_t struct | Joel Bodenmann | 2012-10-24 | 1 | -0/+5 | |
| | ||||||
* | added graph dummy | Joel Bodenmann | 2012-10-24 | 6 | -0/+133 | |
| | ||||||
* | fix | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 | |
| | ||||||
* | fix | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 | |
| | ||||||
* | added mandelbrot demo | Joel Bodenmann | 2012-10-23 | 4 | -95/+124 | |
| | ||||||
* | Revert "S6D1121 FSMC timing cleanup" | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 | |
| | | | | This reverts commit e46b6b60249632d8a9b9a81f669a46188e74bbca. | |||||
* | S6D1121 FSMC timing cleanup | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 | |
| | ||||||
* | renamed calibration storage interface | Joel Bodenmann | 2012-10-23 | 1 | -6/+5 | |
| | ||||||
* | touchpad calibration storage update | Joel Bodenmann | 2012-10-23 | 1 | -7/+1 | |
| | ||||||
* | touchpad calibration storage update | Joel Bodenmann | 2012-10-23 | 1 | -20/+32 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 | |
| | ||||||
* | SSD1289 setViewPort bugfix | Joel Bodenmann | 2012-10-23 | 2 | -3/+4 | |
| | ||||||
* | added delay to gdispControl() to fix some timing issues | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2012-10-23 | 1 | -1/+4 | |
| | ||||||
* | SSD1289 FSMC fix - thanks to Mobyfab | Joel Bodenmann | 2012-10-22 | 1 | -22/+40 | |
| | ||||||
* | GPIO interface rename -> http://chibios-gfx.com/blog/96-renamed-gpio-interface | Joel Bodenmann | 2012-10-21 | 1 | -6/+6 | |
| | ||||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 46 | -82/+82 | |
| | ||||||
* | docs | Joel Bodenmann | 2012-10-17 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #7 from mobyfab/master | Tectu | 2012-10-17 | 1 | -2/+8 | |
|\ | | | | | FSMC support for STM32F2/F4 for SSD1289 | |||||
| * | F2/F4 FSMC support for SSD1289 | mobyfab | 2012-10-17 | 1 | -2/+8 | |
|/ | ||||||
* | cleanup | Joel Bodenmann | 2012-10-14 | 1 | -4/+4 | |
| | ||||||
* | version 1.2 released | Joel Bodenmann | 2012-10-13 | 2 | -4/+9 | |
| | ||||||
* | docs | Joel Bodenmann | 2012-10-13 | 1 | -0/+1 | |
| | ||||||
* | renamed console fuctions to gfx | Joel Bodenmann | 2012-10-13 | 3 | -12/+12 | |
| | ||||||
* | Merge pull request #6 from trsaunders/master | Tectu | 2012-10-13 | 2 | -22/+16 | |
|\ | | | | | fix for console | |||||
| * | update console for latest chibios changes | trsaunders | 2012-10-13 | 2 | -22/+16 | |
|/ | ||||||
* | fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 | |
| | ||||||
* | fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 | |
| | ||||||
* | #error optimization | Joel Bodenmann | 2012-10-13 | 3 | -6/+4 | |
| | ||||||
* | console fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 | |
| |