aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1306/board_SSD1306_template.h
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-2/+2
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-1/+1
|
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-7/+7
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-71/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Fix SSD1306 driver and board files to allow for seamless transfer of the ↵inmarket2013-10-251-3/+3
| | | | command byte with the page line data without copying the data on to the stack.
* Convert SSD1306 driver to new driver format.inmarket2013-10-211-0/+116
This driver requires the new flush operation.