From c5d0303bea3b1082b6e7766090dce347a1213bc5 Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 5 May 2005 08:36:12 +0000 Subject: [lcd4linux @ 2005-05-05 08:36:12 by reinelt] changed SELECT to SLCTIN git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@542 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_HD44780.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'drv_HD44780.c') diff --git a/drv_HD44780.c b/drv_HD44780.c index c47370a..881a0de 100644 --- a/drv_HD44780.c +++ b/drv_HD44780.c @@ -1,4 +1,4 @@ -/* $Id: drv_HD44780.c,v 1.47 2005/03/28 22:29:23 reinelt Exp $ +/* $Id: drv_HD44780.c,v 1.48 2005/05/05 08:36:12 reinelt Exp $ * * new style driver for HD44780-based displays * @@ -32,6 +32,9 @@ * * * $Log: drv_HD44780.c,v $ + * Revision 1.48 2005/05/05 08:36:12 reinelt + * changed SELECT to SLCTIN + * * Revision 1.47 2005/03/28 22:29:23 reinelt * HD44780 multiple displays patch from geronet * @@ -658,7 +661,7 @@ static int drv_HD_PP_load (const char *section) /* Soft-Wiring */ if (Capabilities & CAP_LCM162) { /* the LCM-162 is hardwired */ - if ((SIGNAL_RS = drv_generic_parport_hardwire_ctrl ("RS", "SELECT")) == 0xff) return -1; + if ((SIGNAL_RS = drv_generic_parport_hardwire_ctrl ("RS", "SLCTIN")) == 0xff) return -1; if ((SIGNAL_RW = drv_generic_parport_hardwire_ctrl ("RW", "INIT" )) == 0xff) return -1; if ((SIGNAL_ENABLE = drv_generic_parport_hardwire_ctrl ("ENABLE", "AUTOFD")) == 0xff) return -1; if ((SIGNAL_ENABLE2 = drv_generic_parport_hardwire_ctrl ("ENABLE2", "GND" )) == 0xff) return -1; -- cgit v1.2.3