aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-24 05:55:04 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-24 05:55:04 +0000
commit410645dbeaaae83a2f94b4396ac69759e205092c (patch)
tree753366deb77273164e34314735ef4d3ce5499701 /lcd4linux.conf.sample
parent6c9b3154be6c2cf216f4a35be384e7c4a36cc4bd (diff)
downloadlcd4linux-410645dbeaaae83a2f94b4396ac69759e205092c.tar.gz
[lcd4linux @ 2004-02-24 05:54:57 by reinelt]
X11 driver ported git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@375 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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'