aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ILI9320
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile error in GDISPAndrew Hannam2013-02-183-714/+714
| | | | | | 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-114-28/+27
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-116-0/+788
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-116-788/+0
|
* small doxygen fixesJoel Bodenmann2013-01-111-1/+1
|
* RestructureAndrew Hannam2012-12-061-2/+4
| | | | | | | | | | | | | 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.
* ILI9320 fixJoel Bodenmann2012-12-021-2/+2
|
* ILI9320 landscape modeJoel Bodenmann2012-11-281-8/+35
|
* ILI9320 fixJoel Bodenmann2012-11-272-6/+5
|
* copyright header fixes...Joel Bodenmann2012-11-264-4/+4
|
* Ginput and structure changesAndrew Hannam2012-11-261-3/+6
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* Gdisp lld driver correctionsAndrew Hannam2012-11-151-2/+15
| | | | | | | | | | | | Corrections to Nokia gdisp driver - Fix for the application calling the unsupported gdispSetOrientation and gdispSetPower - Implemented full backlight control (on/off only currently) Corrections to the Ili9320 driver - Fix for the application calling the unsupported gdispSetOrientation - Fix for initialisation of the backlight - Fix for backlight when using display low power modes.
* ILI9320 updateJoel Bodenmann2012-11-131-0/+5
|
* Backlight fixJoel Bodenmann2012-11-131-4/+3
|
* typo fixJoel Bodenmann2012-11-131-1/+1
|
* implemented contrast and backlight functions for GDISP. Implemented those ↵Joel Bodenmann2012-11-132-44/+50
| | | | into ILI9320
* typoJoel Bodenmann2012-11-131-1/+1
|
* ILI9320 updateJoel Bodenmann2012-11-121-20/+21
|
* new ILI9320 driver - please use as templateJoel Bodenmann2012-11-126-320/+300
|
* removed false ILI9320 codeJoel Bodenmann2012-11-121-12/+7
|
* implemented power modes for ILI9320Joel Bodenmann2012-11-121-65/+110
|
* added ILI3920 orientation dummiesJoel Bodenmann2012-11-111-7/+32
|
* added ILI9320 driver - not finished yet, but workingJoel Bodenmann2012-11-115-0/+688