aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE8
Commit message (Collapse)AuthorAgeFilesLines
* Nokia6610GE8 driver updatesAndrew Hannam2013-03-081-116/+201
| | | | | | | | Fix screen size to ignore hidden pixels. Add orientation support. Fix bit blitting boundary conditions. Add power modes support. This driver is now fully implemented.
* updated copyright - 2013Joel Bodenmann2013-03-065-5/+5
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-043-17/+17
|
* Add PWM backlight control to Nokia6610GE8Andrew Hannam2013-03-041-196/+238
| | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board.
* Fix compile error in GDISPAndrew Hannam2013-02-181-483/+483
| | | | | | 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-117-0/+959
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-117-959/+0
|
* RestructureAndrew Hannam2012-12-067-0/+959
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.