aboutsummaryrefslogtreecommitdiffstats
path: root/README.Text
blob: 77d419d445a297f73e32875ea9760b8d920be72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# $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