aboutsummaryrefslogtreecommitdiffstats
path: root/README.Text
diff options
context:
space:
mode:
authorreinelt <>2003-07-28 08:22:17 +0000
committerreinelt <>2003-07-28 08:22:17 +0000
commit6ea1ce26e69f1180806cd31f71a3e59091820371 (patch)
tree81727c51879200aa64fb97163e4333811c8cf066 /README.Text
parent80ad6d155c1b974590f0c96b6291b0baa70b09d5 (diff)
downloadlcd4linux-6ea1ce26e69f1180806cd31f71a3e59091820371.tar.gz
[lcd4linux @ 2003-07-28 08:22:17 by reinelt]
several README's moved to web page
Diffstat (limited to 'README.Text')
-rw-r--r--README.Text33
1 files changed, 0 insertions, 33 deletions
diff --git a/README.Text b/README.Text
deleted file mode 100644
index 465f0d3..0000000
--- a/README.Text
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# $Id: README.Text,v 1.2 2001/03/16 09:28:08 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. In this window
-CR and LF are displayed as underscores.
-
-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
-
-