aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ST7565
Commit message (Collapse)AuthorAgeFilesLines
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-284-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.inmarket2014-02-191-3/+3
|
* Allow for LCD specific configuration -omriiluz2013-12-142-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 ↵inmarket2013-11-171-1/+3
| | | | | | 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.
* 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.
* Remove superflous definesinmarket2013-10-231-3/+0
|
* Convert ST7565 driver to new driver format.inmarket2013-10-225-314/+328
|
* Added ST7565 driver by user sam0737Joel Bodenmann2013-09-155-0/+428