aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/se-Kalix
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2013-09-19 21:08:20 +0200
committeretobi <git@e-tobi.net>2013-09-19 21:20:23 +0200
commit92df22dbd6b2a39ec594ef4022ad06326287d2ed (patch)
tree2b5585fa45551f0b4bf9f57d1fbc1065e2e01a87 /util/scan/dvb-t/se-Kalix
parent002378fc884a11fd6ff08fc2b90328d38178297a (diff)
downloadlinux-dvb-apps-92df22dbd6b2a39ec594ef4022ad06326287d2ed.tar.gz
Build-depend on linux-libc-dev (>= 3.3) (needs DVB API Version >= 5.5)
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ld } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# $Id: README.Text,v 1.1 2001/03/09 13:08:11 ltoetsch Exp $
#

This is the README file for the Text display driver for lcd4linux.

This driver is mainly for debugging purposes.
It needs ncurses for display.

The driver understands the following options:

Display: must be "Text"
size: [columns]x[rows], e.g. "20x4"
TextBar: if this is set, Bars display the values max, len1 and len2.

Of course, lcd4linux should be started in the foreground with this driver.
The driver shows also a window with lcd4linux's diagnostics.

Example:
./lcd4linux -q -vv -F -cDisplay=Text -ctick=1000 -ctack=1000 


BUGS:
- A resize of the term window messes up the display.
- Vertical bars are not supported.
- BAR_L is ignored.

Have fun
     -lt