aboutsummaryrefslogtreecommitdiffstats
path: root/README.Rows
blob: 9e43ad1a4b465fa99a4b68fcc3a8d9db40b2fe4b (plain)
1
2
3
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlig
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