Lcdproc-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Links: merge)
(Beschreibung)
 
(19 dazwischenliegende Versionen von 14 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:
 
'''Autor:''' Martin Hammerschmid
 
'''Autor:''' Martin Hammerschmid
  
Plugin ist für alphanumerische Displays.
+
Dieses Plugin gibt Informationen auf Text-LCDs aus.
 +
 
 +
===Status===
 +
Letztes Update 04/2012
  
 
==Bilder==
 
==Bilder==
Zeile 8: Zeile 11:
 
| [[Bild:lcdproc-plugin.jpg|thumb|none|''Einstellungen'']]
 
| [[Bild:lcdproc-plugin.jpg|thumb|none|''Einstellungen'']]
 
| [[Bild:character-lcd-20x4-0.jpg|thumb|none|''LCD 20 x 4'']]
 
| [[Bild:character-lcd-20x4-0.jpg|thumb|none|''LCD 20 x 4'']]
| [[Bild:character-lcd-40x2-0.jpg|thumb|none|''LCD 40 x 2'']]
+
| [[Bild:character-lcd-40x2-0.jpg|thumb|none|''LCD 20 x 4'']]
 
| [[Bild:character-lcd-40x4-0.jpg|thumb|none|''LCD 40 x 4'']]
 
| [[Bild:character-lcd-40x4-0.jpg|thumb|none|''LCD 40 x 4'']]
 
|}
 
|}
  
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
* Alphanumerisches Display
+
* Alphanumerisches Display min. 16x2
  
 
==Softwareanforderungen==
 
==Softwareanforderungen==
Zeile 34: Zeile 37:
 
</pre>
 
</pre>
 
Gestartet wird der "daemon lcdproc server" wie folgt:
 
Gestartet wird der "daemon lcdproc server" wie folgt:
<pre>
+
 
LCDd -c /etc/LCDd.conf &
+
LCDd -c /etc/LCDd.conf &
</pre>
+
 
 
Wer möchte, nutzt die init-scripts aus ../lcdproc-CVS-stable-<VERSION>/scripts, oder startet das ganze praktischerweise über die [[runvdr]].
 
Wer möchte, nutzt die init-scripts aus ../lcdproc-CVS-stable-<VERSION>/scripts, oder startet das ganze praktischerweise über die [[runvdr]].
  
Tip: Der "daemon lcdproc server" muß vor dem Laden des Plugins gestartet worden sein!
+
{{Box Hinweis|Der Daemon '''lcdproc server''' muß vor dem Laden des Plugins gestartet worden sein.}}
  
<!-- ==Hardwareanforderungen== -->
+
===Optionen===
<!-- ==Softwareanforderungen== -->
+
{| class="wikitable"
<!-- ==Installation== -->
+
|-
<!-- ==Optionen== -->
+
| bgcolor=#efefef | LCDKEYCONF=/path/to/your/lcdkeyconf.h
 +
| lcdkeyconf.h wird benutzt, um das Plugin für ein Keypad zu konfigurieren. Lässt sich hier bei Bedarf ändern.
 +
|}
  
==Patches==
+
===Patches===
* vdr >= '''1.3.18''' {{spiegel 1|vdr-lcdproc}}
+
* vdr >= '''1.4.0''' [http://joachim-wilke.de/vdr-patches.htm]
 +
* vdr >= '''1.4.0''' ''und'' '''iMon-LCD''' [http://lcr.vdr-developer.org/htmls/lcdproc-plugin.html]
  
<!-- ==Konfiguration== -->
+
==Konfiguration==
<!-- ==Einstellungen== -->
+
  
==Parameter==
+
===Parameter===
{| border=1 cellpadding=2 cellspacing=0
+
{| class="wikitable"
|- bgcolor=#efefef
+
|-
 
!Parameter (kurz)
 
!Parameter (kurz)
 
!Parameter (lang)
 
!Parameter (lang)
 
!Beschreibung
 
!Beschreibung
 
|-
 
|-
| -h <host> || --host <host> || LCDproc host (default=localhost)
+
| -h ''<HOST>'' || --host ''<HOST>'' || LCDproc Host (Standard: ''localhost'')
 
|-
 
|-
| -p <port> || --port <port> || LCDproc port (default=13666)
+
| -p ''<POST>'' || --port ''<PORT>'' || LCDproc Port (Standard: ''13666'')
 
|}
 
|}
 +
===Einstellungsmenü===
 +
Auszug aus der README:
 +
<pre>
 +
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, ...
 +
</pre>
  
<!-- ==Bedienung== -->
+
==Sonstiges==
 +
===Probleme===
 +
; LCDproc "Speicher" Probleme : Bei LCDproc eine runde Version hat "Speicher" Probleme (Last wurde hoch geschaukelt), am besten "lcdproc-CVS-stable-0-4-4.tar.gz" oder höher, dann klappts auch.
  
==Probleme==
+
==Entwicklerversion==
===LCDproc "Speicher" Probleme===
+
git clone git://projects.vdr-developer.org/vdr-plugin-lcdproc.git
Bei LCDproc eine runde Version hat "Speicher" Probleme (Last wurde hoch geschaukelt), am besten "lcdproc-CVS-stable-0-4-4.tar.gz" oder höher, dann klappts auch.
+
  
<!-- ==Tipps== -->
+
==Aktuelle Version==
<!-- ==Wunschliste== -->
+
[http://projects.vdr-developer.org/attachments/download/932/vdr-lcdproc-0.0.10-jw9.tgz 0.0.10-jw9]
<!-- ==Snapshot== -->
+
  
 
==Links==
 
==Links==
 +
# [http://projects.vdr-developer.org/projects/plg-lcdproc Homepage des Plugins]
 
# [http://lcdproc.omnipotent.net LCDproc]
 
# [http://lcdproc.omnipotent.net LCDproc]
 
# [http://lcdproc.sourceforge.net/nightly LCDproc (Snapshots)]
 
# [http://lcdproc.sourceforge.net/nightly LCDproc (Snapshots)]
# [http://home.pages.at/linux/dvb.html Homepage des Plugins]
 
  
 
[[Kategorie:Plugins]]
 
[[Kategorie:Plugins]]
 
[[Kategorie:Externe Anzeige]]
 
[[Kategorie:Externe Anzeige]]
 
{{i18n|lcdproc-plugin}}
 
{{i18n|lcdproc-plugin}}

Aktuelle Version vom 13. August 2013, 18:44 Uhr

Inhaltsverzeichnis

[Bearbeiten] Beschreibung

Autor: Martin Hammerschmid

Dieses Plugin gibt Informationen auf Text-LCDs aus.

[Bearbeiten] Status

Letztes Update 04/2012

[Bearbeiten] Bilder

Einstellungen
LCD 20 x 4
LCD 20 x 4
LCD 40 x 4

[Bearbeiten] Hardwareanforderungen

  • Alphanumerisches Display min. 16x2

[Bearbeiten] Softwareanforderungen

  • LCDproc

[Bearbeiten] Installation

cd $SOURCEDIR
tar xvzf lcdproc-CVS-stable-<VERSION>.tar.gz
cd lcdproc-CVS-stable-<VERSION>
./configure --prefix=/usr/local \
            --enable-drivers=hd44780
cp LCDd.conf /etc
make
make install

Tip: "./configure --help"               [ gibt alle Komandozeilen Optionen aus.             ]
     "./configure --enable-drivers=all" [ würde alle Treiber übersetzen, benötigt dann aber ] 
                                        [ ncurses/ncurses-devel für den curses driver.      ]

Gestartet wird der "daemon lcdproc server" wie folgt:

LCDd -c /etc/LCDd.conf &

Wer möchte, nutzt die init-scripts aus ../lcdproc-CVS-stable-<VERSION>/scripts, oder startet das ganze praktischerweise über die runvdr.

Hinweis
Hinweis

Der Daemon lcdproc server muß vor dem Laden des Plugins gestartet worden sein.


[Bearbeiten] Optionen

LCDKEYCONF=/path/to/your/lcdkeyconf.h lcdkeyconf.h wird benutzt, um das Plugin für ein Keypad zu konfigurieren. Lässt sich hier bei Bedarf ändern.

[Bearbeiten] Patches

  • vdr >= 1.4.0 [1]
  • vdr >= 1.4.0 und iMon-LCD [2]

[Bearbeiten] Konfiguration

[Bearbeiten] Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-h <HOST> --host <HOST> LCDproc Host (Standard: localhost)
-p <POST> --port <PORT> LCDproc Port (Standard: 13666)

[Bearbeiten] Einstellungsmenü

Auszug aus der README:

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, ...

[Bearbeiten] Sonstiges

[Bearbeiten] Probleme

LCDproc "Speicher" Probleme 
Bei LCDproc eine runde Version hat "Speicher" Probleme (Last wurde hoch geschaukelt), am besten "lcdproc-CVS-stable-0-4-4.tar.gz" oder höher, dann klappts auch.

[Bearbeiten] Entwicklerversion

git clone git://projects.vdr-developer.org/vdr-plugin-lcdproc.git

[Bearbeiten] Aktuelle Version

0.0.10-jw9

[Bearbeiten] Links

  1. Homepage des Plugins
  2. LCDproc
  3. LCDproc (Snapshots)
In anderen Sprachen