aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-7/+7
|
* Doco updatesinmarket2014-08-231-4/+4
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-9/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
| | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats.
* Convert Nokia6610GE8 driver to the new format.inmarket2013-10-191-8/+5
|
* SSD1289 streaming driver (untested)inmarket2013-09-301-3/+4
| | | | | | 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-271-3/+12
|
* 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-251-5/+3
| | | | version.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* cleaned up board file messJoel Bodenmann2013-07-211-38/+38
|
* License header updatesinmarket2013-06-151-1/+1
|
* updated license headersJoel Bodenmann2013-05-031-19/+6
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-111-1/+0
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+58
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-58/+0
|
* RestructureAndrew Hannam2012-12-061-0/+58
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.