aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/TestStub
Commit message (Collapse)AuthorAgeFilesLines
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-282-14/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
|
* Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
| | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats.
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-282-1/+1
| | | | controllers on platforms that put all generated object files into a single directory.
* Add support for a driver private area (as well as a board private area)inmarket2013-10-211-0/+3
|
* Converted TestStub driver to new format.inmarket2013-10-193-93/+26
|
* fixed license headersJoel Bodenmann2013-07-212-2/+2
|
* cleaned up board file messJoel Bodenmann2013-07-211-16/+0
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-1/+1
| | | | Changed misleading description.
* License header updatesinmarket2013-06-152-2/+2
|
* GOS module, for operating system independanceinmarket2013-05-251-2/+0
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-032-37/+11
|
* Revert "updated license headers"Joel Bodenmann2013-05-022-17/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-022-19/+17
|
* updated copyright - 2013Joel Bodenmann2013-03-062-2/+2
|
* 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.
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-111-1/+0
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-114-0/+205
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-114-205/+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-262-2/+2
|
* 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-032-2/+2
|
* renamed macrosJoel Bodenmann2012-10-213-5/+5
|
* 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
|
* Makefile LCD replaced with GFXJoel Bodenmann2012-10-042-3/+3
|
* cleanupsJoel Bodenmann2012-09-261-3/+15
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-252-6/+6
|
* 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-102-268/+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.
* readme updatesTectu2012-08-171-2/+1
|
* removed gdisp prefix on gdisp driversTectu2012-08-144-0/+449