aboutsummaryrefslogtreecommitdiffstats
path: root/T6963.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 /T6963.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 '')
-rw-r--r--T6963.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/T6963.c b/T6963.c
index 22125f3..47bcf8b 100644
--- a/T6963.c
+++ b/T6963.c
@@ -1,4 +1,4 @@
-/* $Id: T6963.c,v 1.7 2003/07/24 04:48:09 reinelt Exp $
+/* $Id: T6963.c,v 1.8 2003/08/01 05:15:42 reinelt Exp $
*
* driver for display modules based on the Toshiba T6963 chip
*
@@ -20,6 +20,9 @@
*
*
* $Log: T6963.c,v $
+ * Revision 1.8 2003/08/01 05:15:42 reinelt
+ * last cleanups for 0.9.9
+ *
* Revision 1.7 2003/07/24 04:48:09 reinelt
* 'soft clear' needed for virtual rows
*
@@ -242,12 +245,13 @@ static void T6_write_auto (unsigned char data)
}
+#if 0 // not used
static void T6_send_byte (unsigned char cmd, unsigned char data)
{
T6_write_data(data);
T6_write_cmd(cmd);
}
-
+#endif
static void T6_send_word (unsigned char cmd, unsigned short data)
{