aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1306/gdisp_lld_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement "hardware" fillsergosys2014-12-131-0/+1
| | | | | | Implement hardware fills by drawing on the framebuffer. This provides a significant performance boost for filled geometric primitives and a small one for font drawing. Tested at all orientations.
* add hardware clearergosys2014-12-121-1/+2
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-2/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* 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.
* Convert SSD1306 driver to new driver format.inmarket2013-10-211-7/+7
| | | | This driver requires the new flush operation.
* fixed SSD1306 license headersJoel Bodenmann2013-08-291-1/+1
|
* Added SSD1306 driver by user goeckJoel Bodenmann2013-08-261-0/+32