diff options
author | Martin Hammerschmid <linux@home.pages.at> | 2002-10-06 08:54:21 +0200 |
---|---|---|
committer | Martin Hammerschmid <linux@home.pages.at> | 2002-10-06 08:54:21 +0200 |
commit | 575800cfff3962e6beb609052668586a1a8e0b75 (patch) | |
tree | 7300c9a170f266017000ff9fc84cdf6a8abce414 /README | |
parent | 601b9ddb03c7ebd0a10c40aa1e88d405935fa7b6 (diff) | |
download | vdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.gz vdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.bz2 |
Version 0.0.6v0.0.6release/v0.0.6
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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/ |