aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-22 07:57:45 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-22 07:57:45 +0000
commit4c88d373fbdae381318e6e5da9c88e5de98d7f7a (patch)
tree13a5b0ebc7c53e2f7214969f601e62161020a899 /lcd4linux.conf.sample
parent157395d9d4247afc971477497dcc51ef5441e660 (diff)
downloadlcd4linux-4c88d373fbdae381318e6e5da9c88e5de98d7f7a.tar.gz
[lcd4linux @ 2004-01-22 07:57:45 by reinelt]
several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@334 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample32
1 files changed, 27 insertions, 5 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 5e08557..d228c3e 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -8,7 +8,14 @@ Display LK204 {
}
-Display myHD44780 {
+Display CF632 {
+ Driver 'Crystalfontz'
+ Model '632'
+ Port '/dev/tts/0'
+ Speed 19200
+}
+
+Display HD44780-20x4 {
Driver 'HD44780'
Port '/dev/parports/0'
# Port '0x378'
@@ -27,8 +34,9 @@ Display myHD44780 {
Widget OS {
class 'Text'
expression '*** '.uname('sysname').' '.uname('release').' ***'
- width 20
- align 'C'
+ width 16
+ align 'M'
+ speed 100
update tick
}
@@ -111,9 +119,23 @@ Layout Default {
}
}
+Layout L16x2 {
+ Row1 {
+ Col1 'Busy'
+ Col11 'BusyBar'
+ }
+ Row2 {
+ Col1 'Load'
+ Col11 'LoadBar'
+ }
+}
+
+#Display 'LK204'
+#Display 'HD44780-20x4'
+Display 'CF632'
-Display 'myHD44780'
-Layout 'Default'
+#Layout 'Default'
+Layout 'L16x2'
Variables {
tick 500