aboutsummaryrefslogtreecommitdiffstats
path: root/drv_SimpleLCD.c
diff options
context:
space:
mode:
authorreinelt <>2006-01-30 06:25:54 +0000
committerreinelt <>2006-01-30 06:25:54 +0000
commitbb2fb68954857b86860db18dff6af51220b87b17 (patch)
tree4ba794060ae30830928432a79055357307faf8a6 /drv_SimpleLCD.c
parent610e3cae61ad5bd68eeaddea50ad900e4174d6d7 (diff)
downloadlcd4linux-bb2fb68954857b86860db18dff6af51220b87b17.tar.gz
[lcd4linux @ 2006-01-30 06:25:48 by reinelt]
added CVS Revision
Diffstat (limited to '')
-rw-r--r--drv_SimpleLCD.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drv_SimpleLCD.c b/drv_SimpleLCD.c
index 612fd28..1e7b807 100644
--- a/drv_SimpleLCD.c
+++ b/drv_SimpleLCD.c
@@ -1,4 +1,4 @@
-/* $Id: drv_SimpleLCD.c,v 1.6 2005/08/22 05:44:43 reinelt Exp $
+/* $Id: drv_SimpleLCD.c,v 1.7 2006/01/30 06:25:53 reinelt Exp $
*
* driver for a simple serial terminal.
*
@@ -22,6 +22,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: drv_SimpleLCD.c,v $
+ * Revision 1.7 2006/01/30 06:25:53 reinelt
+ * added CVS Revision
+ *
* Revision 1.6 2005/08/22 05:44:43 reinelt
* new driver 'WincorNixdorf'
* some fixes to the bar code
@@ -305,6 +308,8 @@ int drv_SL_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
+ info("%s: %s", Name, "$Revision: 1.7 $");
+
/* display preferences */
XRES = 5; /* pixel width of one char */
YRES = 8; /* pixel height of one char */