aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/HX8347D
Commit message (Collapse)AuthorAgeFilesLines
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-284-119/+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
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-1/+1
| | | | | | 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-1/+1
| | | | | 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-281-160/+0
| | | | into the boards sub-structure.
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-282-237/+237
| | | | controllers on platforms that put all generated object files into a single directory.
* Fix typos in driversinmarket2013-10-221-1/+2
|
* Comment fixes.inmarket2013-10-212-2/+2
|
* Add support for a driver private area (as well as a board private area)inmarket2013-10-212-3/+6
|
* Change to gdisp low level driver API. Display number is now in the GDriver ↵inmarket2013-10-193-12/+7
| | | | structure (It was required for a Nokia driver).
* Changed board_XXXX_template.h so that it can be directly copied to ↵inmarket2013-10-181-9/+17
| | | | board_XXXX.h in the project directory and it will compile with stub functions.
* Fix compile errorinmarket2013-10-181-1/+1
|
* Convert HX8437D driver to new formatinmarket2013-10-187-412/+416
|
* HX8347D driver ported to new streaming structure (untested)inmarket2013-09-305-467/+192
|
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* cleaned up board file messJoel Bodenmann2013-07-213-33/+121
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-1/+1
| | | | Changed misleading description.
* License header updatesinmarket2013-06-154-4/+4
|
* doxygen fixesJoel Bodenmann2013-06-011-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-251-4/+2
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Added HX8347D driver by the user EddieJoel Bodenmann2013-05-216-0/+908