Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 3 | -104/+0 |
| | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction. | ||||
* | 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 | -113/+0 |
| | | | | into the boards sub-structure. | ||||
* | Rename GDISP driver files to prevent problems when compiling for multiple ↵ | inmarket | 2013-10-28 | 2 | -1/+1 |
| | | | | controllers on platforms that put all generated object files into a single directory. | ||||
* | fixed RA8875 board file for marlin | Joel Bodenmann | 2013-10-24 | 1 | -25/+39 |
| | |||||
* | fixed board file name (all the others are upper case as well) | Joel Bodenmann | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | Fix typos in drivers | inmarket | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | 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 | -20/+20 |
| | | | | structure (It was required for a Nokia driver). | ||||
* | Update some doxygen documentation | inmarket | 2013-10-18 | 2 | -3/+3 |
| | |||||
* | Remove unnecessary file from RA8875 driver. | inmarket | 2013-10-17 | 2 | -22/+1 |
| | |||||
* | Driver RA8875 converted to new driver format. | inmarket | 2013-10-17 | 7 | -719/+474 |
| | |||||
* | RA8875 now GOS compatible | Joel Bodenmann | 2013-07-22 | 1 | -6/+4 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 1 | -2/+2 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | RA8875 fix | Joel Bodenmann | 2013-07-20 | 2 | -5/+5 |
| | |||||
* | RA8875 changes from v1.7 | inmarket | 2013-07-19 | 8 | -570/+135 |
| | |||||
* | Added RA8875 GDISP driver | Joel Bodenmann | 2013-06-22 | 10 | -0/+1263 |