aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp/lld
Commit message (Expand)AuthorAgeFilesLines
* Replace color format conversion macros with proper routines to prevent side e...inmarket2013-11-171-38/+4
* doxygen fixesJoel Bodenmann2013-11-101-4/+5
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-0/+248
* Add support for a driver private area (as well as a board private area)inmarket2013-10-211-0/+1
* Fix missing case in gdispStreamStop().inmarket2013-10-211-27/+57
* Change to gdisp low level driver API. Display number is now in the GDriver st...inmarket2013-10-191-6/+7
* Bugfix to remove compile error that only affects GCC ARM compilerinmarket2013-10-171-2/+2
* Multiple controller support can now auto-detect hardware capabilities at run-...inmarket2013-10-161-26/+62
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-167/+152
* New optimisation method for some streaming drivers. It should improve speed b...inmarket2013-10-021-3/+35
* SSD1289 streaming driver (untested)inmarket2013-09-301-56/+86
* Useless leftover from ASYNC support is now removedinmarket2013-09-251-181/+0
* Rename a macro and fix some bugsinmarket2013-09-251-5/+6
* GDISP streaming bug fixesinmarket2013-09-241-13/+13
* Scrolling emulation when not supported by hardwareinmarket2013-09-181-174/+439
* GDISP revamp - stage 1inmarket2013-09-062-666/+94
* Vastly simplify GDISP mcufont interface code.inmarket2013-07-293-194/+0
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-283-158/+108
* fixed license headersJoel Bodenmann2013-07-213-3/+3
* gdisp: fixed bug in line drawing functionMateusz Tomaszkiewicz2013-06-261-1/+1
* License header updatesinmarket2013-06-153-3/+3
* GOS module, for operating system independanceinmarket2013-05-251-1/+23
* updated license headersJoel Bodenmann2013-05-033-54/+15
* Revert "updated license headers"Joel Bodenmann2013-05-023-24/+57
* updated license headersJoel Bodenmann2013-05-023-57/+24
* GDISP changes including polygon supportAndrew Hannam2013-03-102-227/+14
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-102-14/+227
* GDISP changes including polygon supportAndrew Hannam2013-03-102-227/+14
* updated copyright - 2013Joel Bodenmann2013-03-063-3/+3
* Fix compile error in GDISPAndrew Hannam2013-02-183-1504/+1504
* typoJoel Bodenmann2013-02-111-1/+1
* VMT removalJoel Bodenmann2013-02-111-22/+22
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-112-7/+2
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-113-0/+1509
* removed GDISP_LLD() macroJoel Bodenmann2013-02-113-1509/+0
* small GDISP fix - Thanks to George LucianJoel Bodenmann2013-02-041-1/+1
* small doxygen fixesJoel Bodenmann2013-01-111-11/+15
* doxygen updateJoel Bodenmann2012-12-161-1/+1
* RestructureAndrew Hannam2012-12-063-0/+1505