]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2004-06-07 07:02:13 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 7 Jun 2004 07:02:13 +0000 (07:02 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 7 Jun 2004 07:02:13 +0000 (07:02 +0000)
sample debugging widgets added

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@468 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

lcd4linux.conf.sample

index 9caba0345a3e70d749b83385d2cf311f3923c531..8af79d02570aa102bf832e61eb1a9a9ea5d3db35 100644 (file)
@@ -321,6 +321,39 @@ Widget Uptime {
     update 1000
 }
 
+
+# debugging widgets 
+
+Widget OnOffTest1 {
+    class 'Text'
+    expression '....................'
+    width 20
+    visible onofftest('0')
+    align 'L'
+    update 2000
+}
+
+Widget BarTest {
+    class 'Bar'
+    expression bartest(0,200,100,1)
+    expression2 100
+    length 10
+    max 200
+    direction 'E'
+    update 200
+}
+
+Widget BarTestVal {
+    class 'Text'
+    expression bartest(0,200,100,0)
+    prefix 'Test '
+    width 9
+    update 200
+}
+
+
+# Icons
+
 Widget Heartbeat {
     class 'Icon'
     speed 800