diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-12-18 16:18:36 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-12-18 16:18:36 +0000 |
commit | 0a40256cd918d386d0a7b9955322cf9aa0f9da8b (patch) | |
tree | 819babba1e548bbcd9fffef6875593e7ade8b57b /lcd4linux.c | |
parent | 59524120cfc433dbf1095cf095d8035d21e69784 (diff) | |
download | lcd4linux-0a40256cd918d386d0a7b9955322cf9aa0f9da8b.tar.gz |
[lcd4linux @ 2005-12-18 16:18:34 by reinelt]
GPO's added again
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@602 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 21 |
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' |