aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963
Commit message (Expand)AuthorAgeFilesLines
* Updating SSD1963 driverJoel Bodenmann2014-08-083-34/+124
* Removed the doxygen inside of every driver as doxygen is only meant for highl...Joel Bodenmann2014-03-284-112/+0
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-3/+3
* Replace color format conversion macros with proper routines to prevent side e...inmarket2013-11-171-1/+1
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-1/+1
* Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
* Clean up the driver directory structure by moving all board specific files in...inmarket2013-10-282-207/+0
* Rename GDISP driver files to prevent problems when compiling for multiple con...inmarket2013-10-282-1/+1
* Fix typos in driversinmarket2013-10-221-1/+1
* Convert SSD1963 driver to new format.inmarket2013-10-2111-942/+583
* added SSD1963 example filesJoel Bodenmann2013-08-032-0/+368
* fixed license headersJoel Bodenmann2013-07-215-5/+5
* cleaned up board file messJoel Bodenmann2013-07-215-394/+116
* Various README updatesMateusz Tomaszkiewicz2013-06-211-10/+10
* License header updatesinmarket2013-06-156-6/+6
* GOS module, for operating system independanceinmarket2013-05-252-17/+15
* updated license headersJoel Bodenmann2013-05-036-110/+32
* Revert "updated license headers"Joel Bodenmann2013-05-026-53/+19
* updated license headersJoel Bodenmann2013-05-026-19/+53
* some doxygen fixesJoel Bodenmann2013-04-082-2/+2
* SSD1963 - Removed unused function that what using an inline macro.mobyfab2013-04-041-5/+0
* SSD1963 Driver - Removed old config filesmobyfab2013-04-042-268/+0
* Fixed SSD1963 Driver to work with latest GDISP.mobyfab2013-04-046-337/+768
* SSD1963 rework by user: fredJoel Bodenmann2013-03-144-224/+294
* updated copyright - 2013Joel Bodenmann2013-03-062-2/+2
* __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-116-0/+895
* removed GDISP_LLD() macroJoel Bodenmann2013-02-116-895/+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-072-2/+2
* docsJoel Bodenmann2012-11-033-11/+4
* moar doxygen fixesJoel Bodenmann2012-11-021-1/+1
* renamed macrosJoel Bodenmann2012-10-213-5/+5
* SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN...Joel Bodenmann2012-10-113-20/+20
* 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
* Makefile LCD replaced with GFXJoel Bodenmann2012-10-042-3/+3
* replaced every LCD_XXX macro with GDISP_XXXJoel Bodenmann2012-09-294-92/+92
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-255-17/+17
* Some cleaning.mobyfab2012-09-182-57/+66
* 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