aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/gdisp_lld.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GDISP driver files to prevent problems when compiling for multiple con...inmarket2013-10-281-285/+0
* Fix typos in driversinmarket2013-10-221-1/+1
* Convert SSD1963 driver to new format.inmarket2013-10-211-367/+225
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* cleaned up board file messJoel Bodenmann2013-07-211-6/+1
* License header updatesinmarket2013-06-151-1/+1
* GOS module, for operating system independanceinmarket2013-05-251-10/+8
* updated license headersJoel Bodenmann2013-05-031-18/+5
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
* updated license headersJoel Bodenmann2013-05-021-19/+8
* SSD1963 - Removed unused function that what using an inline macro.mobyfab2013-04-041-5/+0
* Fixed SSD1963 Driver to work with latest GDISP.mobyfab2013-04-041-320/+122
* SSD1963 rework by user: fredJoel Bodenmann2013-03-141-158/+195
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-18/+18
* Fix compile error in GDISPAndrew Hannam2013-02-181-613/+613
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+613
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-613/+0
* RestructureAndrew Hannam2012-12-061-2/+9
* Ginput and structure changesAndrew Hannam2012-11-261-1/+1
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-071-1/+1
* docsJoel Bodenmann2012-11-031-1/+1
* moar doxygen fixesJoel Bodenmann2012-11-021-1/+1
* renamed macrosJoel Bodenmann2012-10-211-2/+2
* SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN...Joel Bodenmann2012-10-111-14/+14
* Updated SSD1963 default rotation.mobyfab2012-10-051-1/+1
* rename of orientationJoel Bodenmann2012-10-051-5/+5
* Revert "rename of orientation"Joel Bodenmann2012-10-051-5/+5
* rename of orientationJoel Bodenmann2012-10-051-5/+5
* replaced every LCD_XXX macro with GDISP_XXXJoel Bodenmann2012-09-291-55/+55
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
* Some cleaning.mobyfab2012-09-181-55/+64
* 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
* Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-101-7/+7
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-771/+565
* Increased FSMC delays. They were too low.mobyfab2012-09-061-1/+1
* Adding GPIO to SSD1963mobyfab2012-09-041-25/+107
* header adjustments on SSD1963Tectu2012-09-031-1/+1
* updated comments, cleaningmobyfab2012-08-311-2/+2
* modifications, fixes.mobyfab2012-08-311-55/+55
* Adding SSD1963mobyfab2012-08-301-0/+689