aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* docs updateJoel Bodenmann2012-10-011-0/+1
* removed last version number digitJoel Bodenmann2012-10-011-2/+2
* replaced every LCD_XXX macro with GDISP_XXXJoel Bodenmann2012-09-2917-236/+236
* docs updateJoel Bodenmann2012-09-291-2/+4
* SSD1289 fixJoel Bodenmann2012-09-281-1/+1
* cleanupsJoel Bodenmann2012-09-2610-76/+44
* compiler warning fixJoel Bodenmann2012-09-261-1/+1
* compiler warning fixJoel Bodenmann2012-09-261-0/+3
* compiler warning fixJoel Bodenmann2012-09-261-1/+1
* implemented touchpad calibration storage interfaceJoel Bodenmann2012-09-262-0/+17
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-2552-176/+176
* docs updateJoel Bodenmann2012-09-231-0/+1
* docs updateJoel Bodenmann2012-09-231-2/+4
* fixed gdispDrawArc()Joel Bodenmann2012-09-231-57/+102
* Merge pull request #50 from mobyfab/masterTectu2012-09-194-85/+154
|\
| * Some cleaning.mobyfab2012-09-183-60/+71
| * More info in the readme file.mobyfab2012-09-181-5/+31
| * Fixed indentationmobyfab2012-09-181-72/+72
| * Cleaning GCC warnings for unused variablesmobyfab2012-09-181-14/+15
| * DMA fixed and tested for SSD1963mobyfab2012-09-171-43/+24
| * DMA fixes, splitting the requests since 65535 is the max countmobyfab2012-09-171-8/+18
| * Testing DMAmobyfab2012-09-171-1/+41
|/
* Merge pull request #49 from inmarket/masterTectu2012-09-1027-2478/+1871
|\
| * Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-108-60/+76
| * Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-1027-2465/+1842
| * Merge pull request #6 from Tectu/masterAndrew Hannam2012-09-093-3/+5
| |\ | |/ |/|
* | Merge pull request #48 from mobyfab/masterTectu2012-09-092-2/+4
|\ \
| * | Fixes for the touchpad API.mobyfab2012-09-072-2/+4
* | | Merge pull request #47 from mobyfab/masterTectu2012-09-061-1/+1
|\| |
| * | Increased FSMC delays. They were too low.mobyfab2012-09-061-1/+1
| | * Merge pull request #5 from Tectu/masterAndrew Hannam2012-09-069-7/+1147
| | |\ | |_|/ |/| |
* | | Merge pull request #46 from mobyfab/masterTectu2012-09-042-36/+112
|\| |
| * | Adding GPIO to SSD1963mobyfab2012-09-042-36/+112
|/ /
* | docsTectu2012-09-031-1/+1
* | header adjustments on SSD1963Tectu2012-09-034-8/+8
* | docs updateTectu2012-09-032-0/+4
* | Merge pull request #44 from mobyfab/masterTectu2012-08-316-0/+972
|\ \
| * | updated comments, cleaningmobyfab2012-08-316-31/+26
| * | modifications, fixes.mobyfab2012-08-314-61/+59
| * | Adding SSD1963mobyfab2012-08-306-0/+979
|/ /
* | cleanups & docsTectu2012-08-281-1/+14
* | cleanupTectu2012-08-281-21/+13
* | implemented gdispDrawArc() by noetherTectu2012-08-281-8/+91
| * Merge pull request #4 from Tectu/masterAndrew Hannam2012-08-2417-346/+353
| |\ | |/ |/|
* | first try to implement gdispDrawARC() (not working yet)Tectu2012-08-241-0/+6
* | console patch (thanks to inmarket for helping)Tectu2012-08-241-175/+180
* | fixed SSD1289 driverTectu2012-08-241-1/+1
* | makefile fixTectu2012-08-241-1/+1
* | Merge branch 'master' of github.com:Tectu/ChibiOS-LCD-DriverTectu2012-08-243-10/+107
|\ \
| * | added notepad demoTectu2012-08-231-0/+103