aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2005-12-11 14:55:28 +0000
committerreinelt <>2005-12-11 14:55:28 +0000
commit64b248c74b846b6b779cf82c008bb7cfa3f3018f (patch)
treeb3c687788d6a73bd0954357809e5229b3b5e41da /lcd4linux.conf.sample
parent19a2c77557a8cb26c12a8822b0278c39c9bd3fec (diff)
downloadlcd4linux-64b248c74b846b6b779cf82c008bb7cfa3f3018f.tar.gz
[lcd4linux @ 2005-12-11 14:55:28 by reinelt]
contrast range for BWCT is 0..255, not 0..100
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample29
1 files changed, 16 insertions, 13 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 18c885a..984d60d 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -111,6 +111,7 @@ Display HD44780-winamp {
UseBusy 1
Port '/dev/parports/0'
Size '20x4'
+ asc255bug 1
Wire {
RW 'AUTOFD'
RS 'INIT'
@@ -219,7 +220,8 @@ Display SimpleLCD {
Display BA63 {
Driver 'WincorNixdorf'
Model 'BA63'
- Port '/dev/tts/0'
+# Port '/dev/tts/0'
+ Port '/dev/tts/USB0'
Speed 9600
BarChar 219
SelfTest 0
@@ -262,8 +264,8 @@ Display USBLCD {
Display BWCT {
Driver 'BWCT'
- Size '16x2'
- Contrast 30
+ Size '20x4'
+ Contrast 220
asc255bug 1
Icons 1
}
@@ -280,13 +282,13 @@ Display T6963-240x64 {
}
-#Display LPH7508 {
-# Driver 'LPH7508'
-# Port '/dev/parports/0'
-# Font '6x8'
-#}
-
Display LPH7508 {
+ Driver 'LPH7508'
+ Port '/dev/parports/0'
+ Font '6x8'
+}
+
+Display LPH7508-serdisplib {
Driver 'serdisplib'
Port 'PAR:/dev/parports/0'
Model 'LPH7508'
@@ -842,16 +844,17 @@ Layout testMySQL {
#Display 'T6963-240x64'
#Display 'XWindow'
#Display 'USBLCD'
-#Display 'BWCT'
+Display 'BWCT'
#Display 'Image'
#Display 'Trefon'
-Display 'LPH7508'
+#Display 'LPH7508-serdisplib'
+#Display 'LPH7508'
#Layout 'Default'
#Layout 'L8x2'
#Layout 'L16x2'
-#Layout 'L20x2'
-Layout 'Test'
+Layout 'L20x2'
+#Layout 'Test'
#Layout 'Test2'