aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289/board_SSD1289_template.h
Commit message (Collapse)AuthorAgeFilesLines
* 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