aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2005-07-06 04:40:18 +0000
committerreinelt <>2005-07-06 04:40:18 +0000
commitee19786b3480c4b316dda5974a142394f32d532a (patch)
tree7a317011db021cced0e1a3d299edeec1147dbfd8 /lcd4linux.conf.sample
parent6ea95e80e0b336cd2b3b75d7dffdc3bcb46bb663 (diff)
downloadlcd4linux-ee19786b3480c4b316dda5974a142394f32d532a.tar.gz
[lcd4linux @ 2005-07-06 04:40:18 by reinelt]
GCC-4 fixes
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample25
1 files changed, 21 insertions, 4 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 7b39972..3acd250 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -114,6 +114,23 @@ Display HD44780-winamp {
}
}
+# Dual-HD44780 display from Pollin
+Display WDC2704M {
+ Driver 'HD44780'
+ Model 'generic'
+ Controllers 2
+ UseBusy 1
+ Port '/dev/parports/0'
+ Size '27x4'
+ Wire {
+ RW 'AUTOFD'
+ RS 'INIT'
+ ENABLE 'STROBE'
+ ENABLE2 'SLCTIN'
+ GPO 'GND'
+ }
+}
+
# HD44780 display from www.kernelconcepts.de
Display HD44780-kernelconcepts {
Driver 'HD44780'
@@ -648,7 +665,6 @@ Widget Rain {
Widget Test {
class 'Text'
expression '1234567890123456789012345678901234567890'
- #expression '|'
width 40
}
@@ -757,7 +773,8 @@ Layout testMySQL {
#Display 'MI240'
#Display 'CW12232'
#Display 'HD44780-generic'
-Display 'HD44780-WinAmp'
+#Display 'HD44780-WinAmp'
+Display 'WDC2704M'
#Display 'SC1602D'
#Display 'LCM-162'
#Display 'CF631'
@@ -774,8 +791,8 @@ Display 'HD44780-WinAmp'
#Display 'Image'
#Display 'Trefon'
-#Layout 'Default'
-Layout 'L8x2'
+Layout 'Default'
+#Layout 'L8x2'
#Layout 'L16x2'
#Layout 'L20x2'
#Layout 'Test'