Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -7/+7 |
| | |||||
* | Fixes to all monochrome drivers | inmarket | 2015-02-07 | 1 | -0/+2 |
| | | | | TLS8204 driver is now operational | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -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.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 | 4 | -78/+1 |
| | | | | | | 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 | -3/+3 |
| | |||||
* | Allow for LCD specific configuration - | omriiluz | 2013-12-14 | 2 | -4/+34 |
| | | | | | | Bias Horizontal/Vertical flipping Page Mapping per hard wiring of the LCD panel | ||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -1/+3 |
| | | | | | | 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. | ||||
* | 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. | ||||
* | Remove superflous defines | inmarket | 2013-10-23 | 1 | -3/+0 |
| | |||||
* | Convert ST7565 driver to new driver format. | inmarket | 2013-10-22 | 5 | -314/+328 |
| | |||||
* | Added ST7565 driver by user sam0737 | Joel Bodenmann | 2013-09-15 | 5 | -0/+428 |