Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 4 | -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 fixing | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -2/+2 |
| | |||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -1/+1 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 1 | -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. | inmarket | 2013-11-05 | 1 | -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 ↵ | inmarket | 2013-10-28 | 1 | -160/+0 |
| | | | | into the boards sub-structure. | ||||
* | Rename GDISP driver files to prevent problems when compiling for multiple ↵ | inmarket | 2013-10-28 | 2 | -237/+237 |
| | | | | controllers on platforms that put all generated object files into a single directory. | ||||
* | Fix typos in drivers | inmarket | 2013-10-22 | 1 | -1/+2 |
| | |||||
* | Comment fixes. | inmarket | 2013-10-21 | 2 | -2/+2 |
| | |||||
* | Add support for a driver private area (as well as a board private area) | inmarket | 2013-10-21 | 2 | -3/+6 |
| | |||||
* | Change to gdisp low level driver API. Display number is now in the GDriver ↵ | inmarket | 2013-10-19 | 3 | -12/+7 |
| | | | | structure (It was required for a Nokia driver). | ||||
* | Changed board_XXXX_template.h so that it can be directly copied to ↵ | inmarket | 2013-10-18 | 1 | -9/+17 |
| | | | | board_XXXX.h in the project directory and it will compile with stub functions. | ||||
* | Fix compile error | inmarket | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Convert HX8437D driver to new format | inmarket | 2013-10-18 | 7 | -412/+416 |
| | |||||
* | HX8347D driver ported to new streaming structure (untested) | inmarket | 2013-09-30 | 5 | -467/+192 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 3 | -33/+121 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -1/+1 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 4 | -4/+4 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2013-06-01 | 1 | -1/+1 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -4/+2 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Added HX8347D driver by the user Eddie | Joel Bodenmann | 2013-05-21 | 6 | -0/+908 |