aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert Nokia6610GE8 driver to the new format.inmarket2013-10-191-235/+0
|
* Compile error fix.inmarket2013-10-021-1/+1
| | | | Nokia GE8 - scale contrast correctly.
* Nokia6610 streaming driver. Orientation not supported yet in this new driver ↵inmarket2013-09-251-7/+17
| | | | version.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* 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
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-8/+8
|
* Add PWM backlight control to Nokia6610GE8Andrew Hannam2013-03-041-196/+238
| | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board.
* RestructureAndrew Hannam2012-12-061-0/+196
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.