aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2005-01-11 10:19:33 +0000
committerreinelt <>2005-01-11 10:19:33 +0000
commit74e0e60c2f0723b6fb3d1fd8d2b2990ff6bb1d0f (patch)
tree6cf9214c6c657b7b72379a4aee51d02ba4b49ae3 /lcd4linux.conf.sample
parent6169bb58507bcc18a92cc1ab0d6e6234074b852c (diff)
downloadlcd4linux-74e0e60c2f0723b6fb3d1fd8d2b2990ff6bb1d0f.tar.gz
[lcd4linux @ 2005-01-11 10:19:33 by reinelt]
changes to lcd4linux.conf.sample
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample45
1 files changed, 36 insertions, 9 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 567cf92..992f619 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -59,23 +59,50 @@ Display Curses {
Size '20x6'
}
+# generic HD44780 display (LCD4Linux wiring)
+Display HD44780-generic {
+ Driver 'HD44780'
+ Model 'generic'
+ Port '/dev/parports/0'
+ Size '20x4'
+ Wire {
+ RW 'GND'
+ RS 'AUTOFD'
+ ENABLE 'STROBE'
+ ENABLE2 'GND'
+ GPO 'GND'
+ }
+}
-Display HD44780-20x4 {
+# generic HD44780 display (WinAmp wiring)
+Display HD44780-winamp {
Driver 'HD44780'
+ Model 'generic'
Port '/dev/parports/0'
-# Port '0x378'
- Bits '8'
Size '20x4'
- asc255bug 0
- Icons 1
Wire {
- RW 'GND'
- RS 'AUTOFD'
- ENABLE 'STROBE'
- GPO 'INIT'
+ RW 'AUTOFD'
+ RS 'INIT'
+ ENABLE 'STROBE'
+ ENABLE2 'GND'
+ GPO 'GND'
}
}
+# HD44780 display from www.kernelconcepts.de
+Display HD44780-winamp {
+ Driver 'HD44780'
+ Model 'HD66712'
+ Port '/dev/parports/0'
+ Size '20x4'
+ Wire {
+ RW 'AUTOFD'
+ RS 'INIT'
+ ENABLE 'STROBE'
+ ENABLE2 'GND'
+ GPO 'GND'
+ }
+}
Display SC1602D {
Driver 'HD44780'