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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ChangeLog.c Source File

ChangeLog.c

00001 /*
00002 
00003 1.0 - 13/10/2010 - Initial release.
00004 
00005 1.1 - 14/11/2010
00006 
00007     * Remove a #include file that was left in by mistake.
00008     
00009 1.2 - 14/11/2010
00010 
00011     * Improve some of the documentation.
00012     * Declare the register level API as __INLINE
00013     * Added the OSD7456 "wrapper" class.
00014     
00015 1.3 - 14/11/2010
00016 
00017     * Fixed some documentation issues.
00018 
00019 1.4 - 15/11/2010
00020 
00021     * Added doxygen manual comments.
00022 
00023 1.5 - 15/11/2010
00024 
00025     * Added even more doxygen manual comments.
00026     
00027 1.6 - 16/11/2010
00028 
00029     * Added simple methods to blink rate and background brightness
00030 
00031 1.7 - 16/11/2010
00032 
00033     * Added even more doxygen manual comments.    
00034 */