aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2004-02-24 05:55:04 +0000
committerreinelt <>2004-02-24 05:55:04 +0000
commit1b780dd648c21e2e2d81c1102bfc5fddf03fb5d9 (patch)
tree753366deb77273164e34314735ef4d3ce5499701 /lcd4linux.conf.sample
parent62b74217df3d0b8d1de3e5c0721a729ad265ade1 (diff)
downloadlcd4linux-1b780dd648c21e2e2d81c1102bfc5fddf03fb5d9.tar.gz
[lcd4linux @ 2004-02-24 05:54:57 by reinelt]
X11 driver ported
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample31
1 files changed, 22 insertions, 9 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 4ca8bd6..85981d7 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -82,6 +82,18 @@ Display T6963-240x64 {
}
+Display XWindow {
+ Driver 'X11'
+ Size '120x32'
+ Font '6x8'
+ Pixel '4+1'
+ Gap '-1x-1'
+ Border 20
+ Foreground '#000000'
+ Background '#80d000'
+ Halfground '#70c000'
+}
+
Widget OS {
class 'Text'
expression '*** '.uname('sysname').' '.uname('release').' ***'
@@ -334,14 +346,14 @@ Layout Default {
Col1 'Load'
Col11 'LoadBar'
}
- Row5 {
- Col1 'Disk'
- Col11 'DiskBar'
- }
- Row6 {
- Col1 'Eth0'
- Col11 'Eth0Bar'
- }
+# Row5 {
+# Col1 'Disk'
+# Col11 'DiskBar'
+# }
+# Row6 {
+# Col1 'Eth0'
+# Col11 'Eth0Bar'
+# }
}
Layout L24x8 {
@@ -395,7 +407,8 @@ Layout Test {
#Display 'CF632'
#Display 'CF633'
#Display 'USBLCD'
-Display 'T6963-240x64'
+#Display 'T6963-240x64'
+Display 'XWindow'
Layout 'Default'
#Layout 'L16x2'