aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2005-12-18 16:18:36 +0000
committerreinelt <>2005-12-18 16:18:36 +0000
commitf57473f6a80c5776474fe300bb599f7f86389507 (patch)
tree819babba1e548bbcd9fffef6875593e7ade8b57b /lcd4linux.conf.sample
parent0f5df44b99312318251c5757e6ee45d5510dae44 (diff)
downloadlcd4linux-f57473f6a80c5776474fe300bb599f7f86389507.tar.gz
[lcd4linux @ 2005-12-18 16:18:34 by reinelt]
GPO's added again
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample21
1 files changed, 20 insertions, 1 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 408c4ad..ca04793 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -729,6 +729,18 @@ Widget Test2 {
speed 150
}
+Widget GPO_Test {
+ class 'GPO'
+ expression test::onoff(1)
+ update 300
+}
+
+Widget GPO_Test2 {
+ class 'GPO'
+ expression test::bar(0,15, 0, 1)
+ update 300
+}
+
Layout Default {
Row1 {
Col1 'OS'
@@ -828,6 +840,12 @@ Layout Test2 {
Row08.Col1 'Test2'
}
+Layout TestGPO {
+ Row1.Col1 'Test1'
+# GPO7 'GPO_Test'
+ GPO2 'GPO_Test2'
+}
+
Layout testMySQL {
Row1 {
Col1 'MySQLtest1'
@@ -866,11 +884,12 @@ Layout testMySQL {
#Display 'LPH7508-serdisplib'
Display 'LPH7508'
-Layout 'Default'
+#Layout 'Default'
#Layout 'L8x2'
#Layout 'L16x2'
#Layout 'L20x2'
#Layout 'Test'
#Layout 'Test2'
+Layout 'TestGPO'