aboutsummaryrefslogtreecommitdiffstats
path: root/Cwlinux.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-08-01 05:15:42 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-08-01 05:15:42 +0000
commite78718b21a19a824bb260761246572ab4c9fa83e (patch)
tree3e99890ef2e30f60a46afa55756536ca6cb25eac /Cwlinux.c
parent575845c269c725b02cee29daedaaff887560b29a (diff)
downloadlcd4linux-e78718b21a19a824bb260761246572ab4c9fa83e.tar.gz
[lcd4linux @ 2003-08-01 05:15:42 by reinelt]
last cleanups for 0.9.9 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@205 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Cwlinux.c')
-rw-r--r--Cwlinux.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cwlinux.c b/Cwlinux.c
index 6bb9cfa..6320a72 100644
--- a/Cwlinux.c
+++ b/Cwlinux.c
@@ -1,4 +1,4 @@
-/* $Id: Cwlinux.c,v 1.9 2003/07/24 04:48:09 reinelt Exp $
+/* $Id: Cwlinux.c,v 1.10 2003/08/01 05:15:42 reinelt Exp $
*
* driver for Cwlinux serial display modules
*
@@ -20,6 +20,9 @@
*
*
* $Log: Cwlinux.c,v $
+ * Revision 1.10 2003/08/01 05:15:42 reinelt
+ * last cleanups for 0.9.9
+ *
* Revision 1.9 2003/07/24 04:48:09 reinelt
* 'soft clear' needed for virtual rows
*
@@ -134,6 +137,7 @@ static void CW_write(char *string, int len)
}
+#if 0
static int CW_read(char *string, int len)
{
int ret;
@@ -154,7 +158,7 @@ static int CW_read(char *string, int len)
return ret;
}
-
+#endif
static void CW_Goto(int row, int col)
{
@@ -299,6 +303,7 @@ int CW_init(LCD * Self)
if (Device == -1)
return -1;
+ // this does not work as I'd expect it...
#if 0
// read firmware version
CW_read(buffer,sizeof(buffer));