This module provides a simple API to the Maxim MAX7456 on-screen display chip
ChangeLog.c
- Committer:
- AjK
- Date:
- 2010-11-16
- Revision:
- 0:d7cd54ad4c3d
File content as of revision 0:d7cd54ad4c3d:
/*
1.0 - 13/10/2010 - Initial release.
1.1 - 14/11/2010
* Remove a #include file that was left in by mistake.
1.2 - 14/11/2010
* Improve some of the documentation.
* Declare the register level API as __INLINE
* Added the OSD7456 "wrapper" class.
1.3 - 14/11/2010
* Fixed some documentation issues.
1.4 - 15/11/2010
* Added doxygen manual comments.
1.5 - 15/11/2010
* Added even more doxygen manual comments.
1.6 - 16/11/2010
* Added simple methods to blink rate and background brightness
1.7 - 16/11/2010
* Added even more doxygen manual comments.
*/
Andy K