aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ILI9320
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-2/+2
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-11/+11
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-1/+1
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-112/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Fix 90 and 270 rotations in ILI9320 driver (Thanks jkjk)inmarket2014-03-221-2/+2
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-2/+4
| | | | | | effects with using the macro. Also fix a number of compiler warnings.
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-2/+5
| | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format.
* 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.
* Clean up the driver directory structure by moving all board specific files ↵inmarket2013-10-282-226/+0
| | | | into the boards sub-structure.
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-282-1/+1
| | | | controllers on platforms that put all generated object files into a single directory.
* Test fix for ILI9320 driver.Joel Bodenmann2013-10-272-4/+9
|
* whitespacesJoel Bodenmann2013-10-262-28/+28
|
* Fix typos in driversinmarket2013-10-221-1/+1
|
* Comment fixes.inmarket2013-10-212-2/+2
|
* Add support for a driver private area (as well as a board private area)inmarket2013-10-213-5/+8
|
* Change to gdisp low level driver API. Display number is now in the GDriver ↵inmarket2013-10-194-19/+11
| | | | structure (It was required for a Nokia driver).
* Bug fix ILI9320 driverinmarket2013-10-181-1/+1
|
* Convert ILI9320 driver to new formatinmarket2013-10-189-426/+558
|
* Updates to ported drivers to support new optimisation method.inmarket2013-10-022-13/+31
| | | | Includes Bug fixes.
* ILI9325 driver ported to streaming interfaceinmarket2013-09-301-7/+6
|
* ILI9320 driver ported to streaming interface.inmarket2013-09-305-520/+301
|
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* cleaned up board file messJoel Bodenmann2013-07-213-35/+10
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-3/+3
| | | | 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-91/+26
|
* Revert "updated license headers"Joel Bodenmann2013-05-025-42/+57
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-025-57/+42
|
* [ILI9320][olimex][pic32] extra dummy read after index writeDmytro Milinevskyy2013-04-071-0/+5
|
* [ILI9320] LLD for olimex pic32 demo boardDmytro Milinevskyy2013-04-052-0/+116
|
* [ILI9320/ILI9325] use correct lld accessor to read the data from the LCDDmytro Milinevskyy2013-04-041-3/+1
|
* ILI9320 fixJoel Bodenmann2013-04-032-0/+16
|
* 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-064-4/+4
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-043-25/+25
|
* ILI9320 updateJoel Bodenmann2013-03-031-11/+25
|
* 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