aboutsummaryrefslogtreecommitdiffstats
path: root/README.Rows
diff options
context:
space:
mode:
authorreinelt <>2004-02-23 06:44:28 +0000
committerreinelt <>2004-02-23 06:44:28 +0000
commit62b74217df3d0b8d1de3e5c0721a729ad265ade1 (patch)
treed81caf85764afbfcc0d9d99a1a04d739d8c8345a /README.Rows
parentea48e00b88747f19f83a43ea255983e85d47fb65 (diff)
downloadlcd4linux-62b74217df3d0b8d1de3e5c0721a729ad265ade1.tar.gz
[lcd4linux @ 2004-02-23 06:44:27 by reinelt]
"Lightning" widget from Xavier (lcd4linux.conf.sample) removed obsolete Docs.
Diffstat (limited to 'README.Rows')
-rw-r--r--README.Rows33
1 files changed, 0 insertions, 33 deletions
diff --git a/README.Rows b/README.Rows
deleted file mode 100644
index 9e43ad1..0000000
--- a/README.Rows
+++ /dev/null
@@ -1,33 +0,0 @@
-list of possible directives which will be replaced
-by the appropriate values or will create bars or
-icons extracted from
-http://lcd4linux.sourceforge.net/manual.html
-
-Directive Description
-===================================================================================
-\nnn will write the ASCII-character nnn (octal)
-%token will be replaced by the value of token
- for a detailed description of every
- possible token please refer to
- http://lcd4linux.sourceforge.net/manual.html or
- /usr/share/doc/packages/lcd4linux/README.Tokens
-%% will write a '%'
-%$ will write a '$'
-%& will write a '&'
-$<direction><length><token>[+<token>] will create a bar with the specified
- direction and length (in characters)
- with the value of token. If the driver
- supports dual bars, you can specify the
- second value with '+token'. 'direction' can
- be 'l' (left), 'r' (right), 'u' (up) or
- 'd'(down). If you specify the direction
- in upper case, a logarithmic bar will be
- created. The space occupied by a bar
- always grows from left to right or from
- top to bottom, regardless of the direction!
-$t<height><token>,<width> will create a time series bar. The data
- is displayed like '$u', but shifted every
- second 1 pixel to the left. Currently only
- displays based on the pixel-driver support
- these type of bars.
-&<num> will draw the icon 'num' at this position