aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-09-18 08:22:59 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-09-18 08:22:59 +0000
commit14db580bf4076724e0385c3fc2e3464111a26c33 (patch)
tree434ac37937adc68c9544175425cf0d809639e345 /lcd4linux.conf.sample
parentbc25a5d78138b33ba1eaa6348f61424d155adb6d (diff)
downloadlcd4linux-14db580bf4076724e0385c3fc2e3464111a26c33.tar.gz
[lcd4linux @ 2004-09-18 08:22:59 by reinelt]
drv_generic_parport_status() to read status lines git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@487 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample53
1 files changed, 44 insertions, 9 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index d2f0927..e1e00b7 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -77,6 +77,38 @@ Display HD44780-20x4 {
}
+Display SC1602D {
+ Driver 'HD44780'
+ Port '/dev/parports/0'
+ Bits '8'
+ Size '16x2'
+ asc255bug 0
+ Icons 1
+ Wire {
+ RW 'GND'
+ RS 'AUTOFD'
+ ENABLE 'STROBE'
+ GPO 'INIT'
+ }
+}
+
+
+Display LCM-162 {
+ Driver 'HD44780'
+ Port '/dev/parports/0'
+ Bits '8'
+ Size '16x2'
+ UseBusy 1
+ asc255bug 0
+ Icons 1
+ Wire {
+ RW 'INIT'
+ RS 'SELECT'
+ ENABLE 'AUTOFD'
+ }
+}
+
+
Display M50530-24x8 {
Driver 'M50530'
Port '/dev/parports/0'
@@ -351,12 +383,12 @@ Widget BarTest {
# delta= step to change value by each time it's read.
# barno - ten different test bar values can be set up, with barno=0..9
# if delta=0, just returns the value of bar n instead of changing it.
- expression test::bar(0,100,50,1)
- expression2 test::bar(1,100,0,1)
- length 10
- max 100
+ expression test::bar(0,30,25,1)
+ expression2 test::bar(1,30,0,1)
+ length 6
+ max 50
direction 'E'
- update 200
+ update 10
}
Widget BarTestVal {
@@ -568,7 +600,8 @@ Layout L16x2 {
}
Row2 {
Col1 'Disk'
- Col11 'DiskBar'
+ #Col11 'DiskBar'
+ Col11 'BarTest'
}
# Row2 {
# Col1 'Heartbeat'
@@ -626,6 +659,8 @@ Layout testMySQL {
#Display 'MI240'
#Display 'CW12232'
#Display 'HD44780-20x4'
+#Display 'SC1602D'
+Display 'LCM-162'
#Display 'CF631'
#Display 'CF632'
#Display 'CF633'
@@ -634,11 +669,11 @@ Layout testMySQL {
#Display 'CT20x4'
#Display 'T6963-240x64'
#Display 'XWindow'
-Display 'USBLCD'
+#Display 'USBLCD'
#Display 'Image'
-Layout 'Default'
-#Layout 'L16x2'
+#Layout 'Default'
+Layout 'L16x2'
#Layout 'L20x2'
#Layout 'Test'