summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin Hammerschmid <linux@home.pages.at>2002-10-06 08:54:21 +0200
committerMartin Hammerschmid <linux@home.pages.at>2002-10-06 08:54:21 +0200
commit575800cfff3962e6beb609052668586a1a8e0b75 (patch)
tree7300c9a170f266017000ff9fc84cdf6a8abce414 /README
parent601b9ddb03c7ebd0a10c40aa1e88d405935fa7b6 (diff)
downloadvdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.gz
vdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.bz2
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
index bf2c252..9f99182 100644
--- a/README
+++ b/README
@@ -17,20 +17,22 @@ vdr -Plcdproc or -P"lcdproc -h <host> -p <port>" ... makes vdr connect to a LCDd
Current channel info and menus are then displayed on the LCD too.
I had a 4x20 character display in mind but it should
-work with 4x16 up to 4x40.
+work with 4x16 up to 4x40 and 2x40.
LCDd can be used in an xterm or console too, so it
might be useful even without having the hardware.
( ./LCDd -d curses )
-lcdtranstbl-xxx.h is used to map characters for output to LCDd.
+lcdtranstbl.h is used to map characters for output to LCDd.
Depending on the LCD hardware some characters may not displayed
-correctly, you can fix that by altering this table ...
-use lcdtranstbl-nomap.h if you don't want anything mapped.
-what table is used can be selected at compile time:
-e.g. ... LCDTRANS=CFontz make plugins ...
-values for LCDTRANS are 'hd44780', 'CFontz' and 'nomap' ('hd44780' is the default value).
-Thanks to Stephan Schreiber <stephan@sschreiber.de> for lcdtranstbl-CFontz.h.
+correctly, you can fix that by selecting a in the setup menu: (Charmap)
+
+0 ... nomap no mapping, useful for the curses driver
+1 ... hd44780
+2 ... CFontz Thanks to Stephan Schreiber <stephan@sschreiber.de>
+
+lcdkeyconf.h is used to configure the plugin for a keypad.
+
LCDproc is available at http://lcdproc.omnipotent.net/
or here http://sourceforge.net/projects/lcdproc/