aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ILI9341
Commit message (Collapse)AuthorAgeFilesLines
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-110/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* A couple of include paths need fixinginmarket2014-02-191-1/+1
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
|
* Driver fixinmarket2014-02-161-1/+1
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-2/+2
| | | | | | 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.
* ILI9341 driver fixesinmarket2013-10-292-29/+5
|
* Clean up the driver directory structure by moving all board specific files ↵inmarket2013-10-281-130/+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.
* New ILI9341 driver - not working fully yet (some display issues)inmarket2013-10-286-0/+782