aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/TestStub/gdisp_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-19/+8
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* Fix compile error in GDISPAndrew Hannam2013-02-181-133/+133
| | | | | | 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-111-0/+133
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-133/+0
|
* RestructureAndrew Hannam2012-12-061-4/+11
| | | | | | | | | | | | | 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.
* copyright header fixes...Joel Bodenmann2012-11-261-1/+1
|
* 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-071-1/+1
|
* docsJoel Bodenmann2012-11-031-1/+1
|
* renamed macrosJoel Bodenmann2012-10-211-2/+2
|
* rename of orientationJoel Bodenmann2012-10-051-1/+1
|
* Revert "rename of orientation"Joel Bodenmann2012-10-051-1/+1
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
* rename of orientationJoel Bodenmann2012-10-051-1/+1
|
* cleanupsJoel Bodenmann2012-09-261-3/+15
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-3/+3
|
* Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-101-2/+2
| | | | | 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-101-253/+6
| | | | | | | | | 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.
* removed gdisp prefix on gdisp driversTectu2012-08-141-0/+361