diff options
author | reinelt <> | 2004-02-18 06:39:20 +0000 |
---|---|---|
committer | reinelt <> | 2004-02-18 06:39:20 +0000 |
commit | 14a16b9f66c6e8c144f300e07d0ddb5b6787a11a (patch) | |
tree | 9affd3c010dc849cb9a31932aa8f92f8a99d3451 /lcd4linux.c | |
parent | ed997d43ead02dc726a8f5ce3c9e1914ba7eac9b (diff) | |
download | lcd4linux-14a16b9f66c6e8c144f300e07d0ddb5b6787a11a.tar.gz |
[lcd4linux @ 2004-02-18 06:39:20 by reinelt]
T6963 driver for graphic displays finished
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 73cf1fc..567970e 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -252,6 +252,13 @@ Widget Squirrel { } } +Widget Test { + class 'Text' + expression '1234567890123456789012345678901234567890' + #expression '|' + width 40 +} + Layout Default { Row1 { @@ -296,6 +303,25 @@ Layout L16x2 { # } } +Layout Test { + Row01.Col1 'Test' + Row02.Col1 'Test' + Row03.Col1 'Test' + Row04.Col1 'Test' + Row05.Col1 'Test' + Row06.Col1 'Test' + Row07.Col1 'Test' + Row08.Col1 'Test' + Row09.Col1 'Test' + Row10.Col1 'Test' + Row11.Col1 'Test' + Row12.Col1 'Test' + Row13.Col1 'Test' + Row14.Col1 'Test' + Row15.Col1 'Test' + Row16.Col1 'Test' +} + #Display 'LK204' #Display 'HD44780-20x4' #Display 'M50530-24x8' @@ -305,8 +331,10 @@ Layout L16x2 { #Display 'USBLCD' Display 'T6963-240x64' -Layout 'Default' +#Layout 'Default' #Layout 'L16x2' +Layout 'Test' + Variables { tick 500 |