aboutsummaryrefslogtreecommitdiffstats
path: root/T6963.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-29 06:12:56 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-29 06:12:56 +0000
commit0280c32d667a36a5809f2c7a83015a7bc035dce7 (patch)
tree23d854c1497a3960b1356b02439c330cafca502d /T6963.c
parent6ad29537e9b46548040a6fa222e19abe9b5d4447 (diff)
downloadlcd4linux-0280c32d667a36a5809f2c7a83015a7bc035dce7.tar.gz
[lcd4linux @ 2003-09-29 06:12:56 by reinelt]
changed default HD44780 wiring: unused signals are GND git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@248 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'T6963.c')
-rw-r--r--T6963.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/T6963.c b/T6963.c
index d49768e..c53de19 100644
--- a/T6963.c
+++ b/T6963.c
@@ -1,4 +1,4 @@
-/* $Id: T6963.c,v 1.11 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: T6963.c,v 1.12 2003/09/29 06:12:56 reinelt Exp $
*
* driver for display modules based on the Toshiba T6963 chip
*
@@ -20,6 +20,9 @@
*
*
* $Log: T6963.c,v $
+ * Revision 1.12 2003/09/29 06:12:56 reinelt
+ * changed default HD44780 wiring: unused signals are GND
+ *
* Revision 1.11 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
@@ -110,7 +113,7 @@ void T6_status1 (void)
// lower CE and RD
parport_control (SIGNAL_CE | SIGNAL_RD, 0);
-
+
// Access Time: 150 ns
ndelay(150);
@@ -130,7 +133,7 @@ void T6_status1 (void)
// Output Hold Time: 50 ns
ndelay(50);
-
+
// turn on data line drivers
parport_direction (0);
}
@@ -367,7 +370,7 @@ int T6_init (LCD *Self)
if ((SIGNAL_WR=parport_wire_ctrl ("WR", "INIT") )==0xff) return -1;
if (parport_open() != 0) {
- error ("HD44780: could not initialize parallel port!");
+ error ("T6963: could not initialize parallel port!");
return -1;
}