diff options
author | reinelt <> | 2004-06-07 07:02:13 +0000 |
---|---|---|
committer | reinelt <> | 2004-06-07 07:02:13 +0000 |
commit | a418f047178a91c130f020079dd80f232c737000 (patch) | |
tree | 674a0562ec3cb232c9639248ece7705728c3fc88 | |
parent | b0b54b4ea5599c0d5142a0efaa003912210b840a (diff) | |
download | lcd4linux-a418f047178a91c130f020079dd80f232c737000.tar.gz |
[lcd4linux @ 2004-06-07 07:02:13 by reinelt]
sample debugging widgets added
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 9caba03..8af79d0 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -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 |