Graphlcd-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 33: Zeile 33:
 
| [1]
 
| [1]
 
| http://serdisplib.sourceforge.net
 
| http://serdisplib.sourceforge.net
| serdisplib für serial displays
+
| Project Homepage -> serdisplib für serial displays
 
|-
 
|-
 
| [2]
 
| [2]
| Download -> serdisplib
 
 
| http://sourceforge.net/projects/serdisplib
 
| http://sourceforge.net/projects/serdisplib
 +
| Download -> serdisplib
 
|-
 
|-
 
| [2]
 
| [2]
Zeile 44: Zeile 44:
 
|-
 
|-
 
| [3]
 
| [3]
| Download -> Plugin
 
 
| http://home.arcor.de/andreas.regel/files
 
| http://home.arcor.de/andreas.regel/files
 +
| Download -> Plugin
 
|}
 
|}

Version vom 13. August 2004, 11:31 Uhr

Inhaltsverzeichnis

Beschreibung

glcd240x128_action.gif

Hardwareanforderungen

Graphische LCD-Display, oder Serielle.

Softwareanforderungen

README.serdisplib => für "Seriell" wird zusätzlich serdislib benötigt.

cd /usr/local/src
tar xvzf serdisplib-1.92.tar.gz
cd serdisplib-1.92
make
mkdir -p /usr/local/include/serdisplib
make install DRIVERLIB_PATH=/usr/local/lib DRIVERINCLUDE_PATH=/usr/local/include
ldconfig

Übersetzt wird VDR dann zbs mit:

make VFAT=1 REMOTE=LIRC INCLUDE_SERDISPLIB=1 all plugins
                        ^^^^^^^^^^^^^^^^^^^^

Wer möchte kann auch wie in der README beschrieben, die Make.config von VDR erweitern. (per Kommandozeile gehts jedoch fixer...)

Zum Schluß kopieren wir die Logos nach VDR_CONFIG/plugins:

cp -r /usr/local/src/VDR/PLUGINS/graphlcd/graphlcd /etc/vdr/plugins

Wer möchte kann sich noch die vdr-graphlcd-contrib-<VERSION>.tgz laden, in diesem sind Addons (Bootsplash/Scripts etc, alles mehr oder wenieger Optional).

Installation

Siehe Plugin Installation.

Probleme

Keine bekannt.

Links

[1] http://serdisplib.sourceforge.net Project Homepage -> serdisplib für serial displays
[2] http://sourceforge.net/projects/serdisplib Download -> serdisplib
[2] http://www.powarman.de Homepage des Plugins
[3] http://home.arcor.de/andreas.regel/files Download -> Plugin