aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE8
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in Contrast handling in the Nokia driversinmarket2013-10-211-2/+2
|
* Comment fixes.inmarket2013-10-212-2/+2
|
* Add support for a driver private area (as well as a board private area)inmarket2013-10-212-15/+24
|
* Convert Nokia6610GE8 driver to the new format.inmarket2013-10-197-527/+464
|
* Compile error fix.inmarket2013-10-022-5/+5
| | | | Nokia GE8 - scale contrast correctly.
* Nokia6610 GE12 driver ported to streaming.inmarket2013-10-011-23/+23
| | | | | Also added orientation and power control. Untested.
* Tidy up some code so it looks more standard accross driversinmarket2013-09-301-7/+7
|
* Allow initial driver settings to be overridden by the board fileinmarket2013-09-301-1/+1
|
* SSD1289 streaming driver (untested)inmarket2013-09-302-17/+12
| | | | | | X streaming driver (untested) Nokia6610 fixes Read pixel streaming support for low level driver.
* Nokia6610 GE8 driver: Orientation support and fixes for some controller nastiesinmarket2013-09-272-174/+181
|
* Nokia6610 streaming driver orientation is NOT supported yetinmarket2013-09-251-1/+1
|
* Nokia6610 streaming driver. Orientation not supported yet in this new driver ↵inmarket2013-09-254-171/+222
| | | | version.
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* cleaned up board file messJoel Bodenmann2013-07-216-231/+200
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-2/+2
| | | | Changed misleading description.
* License header updatesinmarket2013-06-155-5/+5
|
* GOS module, for operating system independanceinmarket2013-05-251-3/+1
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-035-93/+28
|
* Revert "updated license headers"Joel Bodenmann2013-05-025-43/+38
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-025-38/+43
|
* 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.