Lcdproc-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Wirbel (Diskussion | Beiträge) (→Links) |
Wirbel (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | |||
− | |||
− | |||
==Beschreibung== | ==Beschreibung== | ||
'''Autor:''' Martin Hammerschmid | '''Autor:''' Martin Hammerschmid | ||
Zeile 7: | Zeile 4: | ||
Plugin ist für alphanumerische Displays. | Plugin ist für alphanumerische Displays. | ||
− | + | ===Status=== | |
+ | Letztes Update 04/2012 | ||
==Bilder== | ==Bilder== | ||
Zeile 17: | Zeile 15: | ||
|} | |} | ||
− | |||
− | |||
==Hardwareanforderungen== | ==Hardwareanforderungen== | ||
* Alphanumerisches Display min. 16x2 | * Alphanumerisches Display min. 16x2 | ||
Zeile 46: | Zeile 42: | ||
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]]. | ||
− | + | {{Box Hinweis|Der Daemon '''lcdproc server''' muß vor dem Laden des Plugins gestartet worden sein.}} | |
===Optionen=== | ===Optionen=== | ||
Zeile 56: | Zeile 52: | ||
===Patches=== | ===Patches=== | ||
− | |||
* vdr >= '''1.4.0''' [http://joachim-wilke.de/vdr-patches.htm] | * 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] | * vdr >= '''1.4.0''' ''und'' '''iMon-LCD''' [http://lcr.vdr-developer.org/htmls/lcdproc-plugin.html] | ||
==Konfiguration== | ==Konfiguration== | ||
− | + | ||
===Parameter=== | ===Parameter=== | ||
{| class="wikitable" | {| class="wikitable" | ||
Zeile 112: | Zeile 107: | ||
; 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. | ; 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. | ||
− | + | ==Aktuelle Version== | |
− | + | [http://projects.vdr-developer.org/attachments/download/932/vdr-lcdproc-0.0.10-jw9.tgz 0.0.10-jw9] | |
− | + | ||
==Links== | ==Links== |
Version vom 13. August 2013, 17:36 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Martin Hammerschmid
Plugin ist für alphanumerische Displays.
Status
Letztes Update 04/2012
Bilder
Hardwareanforderungen
- Alphanumerisches Display min. 16x2
Softwareanforderungen
- LCDproc
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.
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. |
Patches
Konfiguration
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-h <HOST> | --host <HOST> | LCDproc Host (Standard: localhost) |
-p <POST> | --port <PORT> | LCDproc Port (Standard: 13666) |
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, ...
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.