aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289/board_SSD1289_template.h
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-4/+4
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Change color_t to gColorinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-3/+3
|
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-13/+13
|
* Update SSD1289 and SSD2119 drivers to support using CCM memory for stack ↵inmarket2014-12-171-2/+7
| | | | | | when using DMA. Use GDISP_NO_DMA_FROM_STACK.
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-115/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Comment fixes.inmarket2013-10-211-1/+1
|
* Change to gdisp low level driver API. Display number is now in the GDriver ↵inmarket2013-10-191-3/+1
| | | | structure (It was required for a Nokia driver).
* Remove incorrect comment.inmarket2013-10-181-3/+0
|
* Changed board_XXXX_template.h so that it can be directly copied to ↵inmarket2013-10-181-9/+23
| | | | board_XXXX.h in the project directory and it will compile with stub functions.
* Added a post_init_board() routine to SSD1289 to allow bus timings to be ↵inmarket2013-10-171-0/+10
| | | | changed after controller initialisation is complete.
* SSD1289 driver updated for multiple display supportinmarket2013-10-171-0/+172