Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for a driver private area (as well as a board private area) | inmarket | 2013-10-21 | 1 | -0/+3 |
| | |||||
* | Converted TestStub driver to new format. | inmarket | 2013-10-19 | 3 | -93/+26 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 2 | -2/+2 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 1 | -16/+0 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -1/+1 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 2 | -2/+2 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -2/+0 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 2 | -37/+11 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 2 | -17/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 2 | -19/+17 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 2 | -2/+2 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 1 | -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() cleanup | Joel Bodenmann | 2013-02-11 | 1 | -1/+0 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 4 | -0/+205 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 4 | -205/+0 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -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 Bodenmann | 2012-11-26 | 2 | -2/+2 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 1 | -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 should | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-03 | 2 | -2/+2 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 3 | -5/+5 |
| | |||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 |
| | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | ||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Makefile LCD replaced with GFX | Joel Bodenmann | 2012-10-04 | 2 | -3/+3 |
| | |||||
* | cleanups | Joel Bodenmann | 2012-09-26 | 1 | -3/+15 |
| | |||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 2 | -6/+6 |
| | |||||
* | Clip Boundary Conditions & Nokia6610 Fixes | Andrew Hannam | 2012-09-10 | 1 | -2/+2 |
| | | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast. | ||||
* | Changes to Console, VMT, BitBlt, Clip & Drivers | Andrew Hannam | 2012-09-10 | 2 | -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 updates | Tectu | 2012-08-17 | 1 | -2/+1 |
| | |||||
* | removed gdisp prefix on gdisp drivers | Tectu | 2012-08-14 | 4 | -0/+449 |