diff options
author | Martin Hammerschmid <linux@home.pages.at> | 2002-11-23 11:25:54 +0100 |
---|---|---|
committer | Martin Hammerschmid <linux@home.pages.at> | 2002-11-23 11:25:54 +0100 |
commit | d4acf91a5ebc13da557af6a5388b9502df86148b (patch) | |
tree | 463a81d4c8b8ff0525bf7850e960d6f4d4d2c1e1 /README | |
parent | 575800cfff3962e6beb609052668586a1a8e0b75 (diff) | |
download | vdr-plugin-lcdproc-d4acf91a5ebc13da557af6a5388b9502df86148b.tar.gz vdr-plugin-lcdproc-d4acf91a5ebc13da557af6a5388b9502df86148b.tar.bz2 |
Version 0.0.7v0.0.7release/v0.0.7
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -18,6 +18,7 @@ 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 and 2x40. +2x16+ displays should work too but are NOT fully supported. LCDd can be used in an xterm or console too, so it might be useful even without having the hardware. @@ -33,6 +34,42 @@ correctly, you can fix that by selecting a in the setup menu: (Charmap) lcdkeyconf.h is used to configure the plugin for a keypad. +Mattia Rossi <mattia@technologist.com> added support for the output pins +that some Matrix Orbital displays have (lcdm001 and glk driver). +So the card status among other things can be indecated by led. + + +Brief description of the setup menue: + +FullCycle / TimeDateCycle + during recording the some displays toggle between time/date and card status + FullCycle (seconds) is the time for a complete cycle while + TimeDateCycle (seconds) is the duration where time/date is shown. + +VolumeKeep + ( 1/10 seconds ) how long the volume is shown on the display + +Scrollwait + ( 1/8 seconds ) duration before scrolling is started + +Scrollspeed + ( 1/8 seconds ) higher value means slower scrolling + +Charmap + see above. + +AltShift + when a keypad is used and a shiftkey is defined the type of shiftkey + indication ( done by LCDproc's 'heartbeat' ) can be changed. + +BackLight + backlight on/off + +OutputNumber + implemented by Mattia Rossi <mattia@technologist.com> + sets how many output pins should be used to indicate + states like on/off, card status, ... + LCDproc is available at http://lcdproc.omnipotent.net/ or here http://sourceforge.net/projects/lcdproc/ |