diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-05 08:36:12 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-05 08:36:12 +0000 |
commit | c5d0303bea3b1082b6e7766090dce347a1213bc5 (patch) | |
tree | 007b338bb01ddf279515830900a5b96e21e96b7a /lcd4linux.c | |
parent | f6453b924e3e06b9f660bdf1d1ae7eba8a1c7924 (diff) | |
download | lcd4linux-c5d0303bea3b1082b6e7766090dce347a1213bc5.tar.gz |
[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
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 1175b34..c089d52 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -190,7 +190,7 @@ Display M50530-24x8 { # Port '0x378' Size '24x8' Wire.EX 'STROBE' - Wire.IOC1 'SELECT' + Wire.IOC1 'SLCTIN' Wire.IOC2 'AUTOFD' Wire.GPO 'INIT' } @@ -231,7 +231,7 @@ Display T6963-240x64 { Port '/dev/parport0' Size '240x64' Wire.CE 'STROBE' - Wire.CD 'SELECT' + Wire.CD 'SLCTIN' Wire.RD 'AUTOFD' Wire.WR 'INIT' } |