aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ILI9320/gdisp_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Updates to ported drivers to support new optimisation method.inmarket2013-10-021-13/+30
| | | | Includes Bug fixes.
* ILI9325 driver ported to streaming interfaceinmarket2013-09-301-7/+6
|
* ILI9320 driver ported to streaming interface.inmarket2013-09-301-495/+257
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* cleaned up board file messJoel Bodenmann2013-07-211-10/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* 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-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
|
* [ILI9320] LLD for olimex pic32 demo boardDmytro Milinevskyy2013-04-051-0/+2
|
* [ILI9320/ILI9325] use correct lld accessor to read the data from the LCDDmytro Milinevskyy2013-04-041-3/+1
|
* GPIO interface-related fixesAbhishek Kumar2013-03-301-1/+25
| | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored.
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-13/+13
|
* ILI9320 updateJoel Bodenmann2013-03-031-11/+25
|
* Fix compile error in GDISPAndrew Hannam2013-02-181-570/+570
| | | | | | 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-15/+15
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+570
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-570/+0
|
* 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 landscape modeJoel Bodenmann2012-11-281-8/+35
|
* ILI9320 fixJoel Bodenmann2012-11-271-4/+4
|
* copyright header fixes...Joel Bodenmann2012-11-261-1/+1
|
* 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.
* 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-131-44/+42
| | | | into ILI9320
* ILI9320 updateJoel Bodenmann2012-11-121-20/+21
|
* new ILI9320 driver - please use as templateJoel Bodenmann2012-11-121-157/+157
|
* removed false ILI9320 codeJoel Bodenmann2012-11-121-12/+7
|
* implemented power modes for ILI9320Joel Bodenmann2012-11-121-65/+110
|
* added ILI9320 driver - not finished yet, but workingJoel Bodenmann2012-11-111-0/+487