diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-30 06:25:54 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-30 06:25:54 +0000 |
commit | 4c1eaa81dda325601a4113faa58760b239958ada (patch) | |
tree | 4ba794060ae30830928432a79055357307faf8a6 /drv_BWCT.c | |
parent | 8a3ef46ed5a34e0cc284c833fefd8a738be64f66 (diff) | |
download | lcd4linux-4c1eaa81dda325601a4113faa58760b239958ada.tar.gz |
[lcd4linux @ 2006-01-30 06:25:48 by reinelt]
added CVS Revision
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@629 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_BWCT.c')
-rw-r--r-- | drv_BWCT.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: drv_BWCT.c,v 1.5 2006/01/05 15:53:45 nicowallmeier Exp $ +/* $Id: drv_BWCT.c,v 1.6 2006/01/30 06:25:48 reinelt Exp $ * * new style driver for BWCT USB LCD displays * @@ -23,6 +23,9 @@ * * * $Log: drv_BWCT.c,v $ + * Revision 1.6 2006/01/30 06:25:48 reinelt + * added CVS Revision + * * Revision 1.5 2006/01/05 15:53:45 nicowallmeier * fixed compatility with gcc 2.95 * @@ -326,6 +329,8 @@ int drv_BW_init(const char *section, const int quiet) int asc255bug; int ret; + info("%s: %s", Name, "$Revision: 1.6 $"); + /* display preferences */ XRES = 5; /* pixel width of one char */ YRES = 8; /* pixel height of one char */ |