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

Revision:
0:d7cd54ad4c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ChangeLog.c	Tue Nov 16 10:47:25 2010 +0000
@@ -0,0 +1,34 @@
+/*
+
+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.    
+*/