aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up board file messJoel Bodenmann2013-07-215-394/+116
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-10/+10
| | | | Changed misleading description.
* License header updatesinmarket2013-06-156-6/+6
|
* GOS module, for operating system independanceinmarket2013-05-252-17/+15
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-036-110/+32
|
* Revert "updated license headers"Joel Bodenmann2013-05-026-53/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* 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
| | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers.
* 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
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* Ginput and structure changesAndrew Hannam2012-11-261-1/+1
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* 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 ↵Joel Bodenmann2012-10-113-20/+20
| | | | GDISP_SCREEN_HEIGHT
* 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
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
* 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
| | | | Fixed and tested DMA blitarea for SSD1963.
* 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
|
* Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-101-7/+7
| | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast.
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-102-837/+617
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* Increased FSMC delays. They were too low.mobyfab2012-09-061-1/+1
|
* Adding GPIO to SSD1963mobyfab2012-09-042-36/+112
|
* header adjustments on SSD1963Tectu2012-09-034-8/+8
|
* updated comments, cleaningmobyfab2012-08-316-31/+26
|
* modifications, fixes.mobyfab2012-08-314-61/+59
| | | | first working version with a couple hardware features.
* Adding SSD1963mobyfab2012-08-306-0/+979