This module provides a simple API to the Maxim MAX7456 on-screen display chip

Committer:
AjK
Date:
Tue Nov 16 10:47:25 2010 +0000
Revision:
0:d7cd54ad4c3d
1.7

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AjK 0:d7cd54ad4c3d 1 /*
AjK 0:d7cd54ad4c3d 2
AjK 0:d7cd54ad4c3d 3 1.0 - 13/10/2010 - Initial release.
AjK 0:d7cd54ad4c3d 4
AjK 0:d7cd54ad4c3d 5 1.1 - 14/11/2010
AjK 0:d7cd54ad4c3d 6
AjK 0:d7cd54ad4c3d 7 * Remove a #include file that was left in by mistake.
AjK 0:d7cd54ad4c3d 8
AjK 0:d7cd54ad4c3d 9 1.2 - 14/11/2010
AjK 0:d7cd54ad4c3d 10
AjK 0:d7cd54ad4c3d 11 * Improve some of the documentation.
AjK 0:d7cd54ad4c3d 12 * Declare the register level API as __INLINE
AjK 0:d7cd54ad4c3d 13 * Added the OSD7456 "wrapper" class.
AjK 0:d7cd54ad4c3d 14
AjK 0:d7cd54ad4c3d 15 1.3 - 14/11/2010
AjK 0:d7cd54ad4c3d 16
AjK 0:d7cd54ad4c3d 17 * Fixed some documentation issues.
AjK 0:d7cd54ad4c3d 18
AjK 0:d7cd54ad4c3d 19 1.4 - 15/11/2010
AjK 0:d7cd54ad4c3d 20
AjK 0:d7cd54ad4c3d 21 * Added doxygen manual comments.
AjK 0:d7cd54ad4c3d 22
AjK 0:d7cd54ad4c3d 23 1.5 - 15/11/2010
AjK 0:d7cd54ad4c3d 24
AjK 0:d7cd54ad4c3d 25 * Added even more doxygen manual comments.
AjK 0:d7cd54ad4c3d 26
AjK 0:d7cd54ad4c3d 27 1.6 - 16/11/2010
AjK 0:d7cd54ad4c3d 28
AjK 0:d7cd54ad4c3d 29 * Added simple methods to blink rate and background brightness
AjK 0:d7cd54ad4c3d 30
AjK 0:d7cd54ad4c3d 31 1.7 - 16/11/2010
AjK 0:d7cd54ad4c3d 32
AjK 0:d7cd54ad4c3d 33 * Added even more doxygen manual comments.
AjK 0:d7cd54ad4c3d 34 */