Graphlcd-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
No edit summary
(intial)
Line 1: Line 1:
==Description==
==Description==
[[Image:Graphlcd-plugin.jpg|thumb|Screenshot]]
The '''GraphLCD plugin''' integrates a graphical display into [[VDR]] and make it possible to control VDR even if the television is off.


==Hardware requirements==
==Hardware requirements==
To use this plugin you need a graphical display with supported controller. It's even possible to redirect the output of the plugin to image files or to the framebuffer to drive e.g. TFT monitors.

Supported are the following controllers and compatibles

* Hitachi HD61830
* Samsung KS0108
* Toshiba T6963
* Epson SED1520
* Epson SED1330
* Noritake GU140X32F-7806
* Noritake GU256X64-372

and with the extra library ''serdisplib''

* Optrex 323
* PCD8544-based Nokia-Displays (e.g. in the Nokia 51xx)
* Nokia 7110 display (controller: SED1565)

With the last controllers you can use displays from some old mobile phones with nearly zero costs.


==Software requirements==
==Software requirements==


==Installation==
==Installation==
If your controller is supported through the serdisplib you have to install it
See [[plugin installation]]
<pre>
cd $SOURCEDIR
tar xvzf serdisplib-<VERSION>.tar.gz
cd serdisplib-<VERSION>
make
mkdir -p /usr/local/include/serdisplib
make install DRIVERLIB_PATH=/usr/local/lib DRIVERINCLUDE_PATH=/usr/local/include
ldconfig
</pre>

Then VDR is compiled with e.g.
<pre>
make VFAT=1 REMOTE=LIRC INCLUDE_SERDISPLIB=1 all plugins
</pre>

In the end, the logos have to be copied to /etc/vdr/plugins
<pre>
cp -r $SOURCEDIR/VDR/PLUGINS/graphlcd/graphlcd /etc/vdr/plugins
</pre>

In the ''vdr-graphlcd-contrib-<VERSION>.tgz'' file are several addons like bootsplash, scripts, etc.

Everything else is the same as described in [[plugin installation]].


==Problems==
==Problems==
Line 13: Line 57:
{|
{|
| [1]
| [1]
| http://
| http://www.powarman.de
| Plugin homepage
| Plugins homepage
|-
| [2]
| http://serdisplib.sourceforge.net
| serdisplib homepage
|}
|}


Line 20: Line 68:


<!-- Link to german wiki page -->
<!-- Link to german wiki page -->
[[de:Hello-plugin]]
[[de:Graphlcd-plugin]]

Revision as of 22:33, 20 September 2004

Description

The GraphLCD plugin integrates a graphical display into VDR and make it possible to control VDR even if the television is off.

Hardware requirements

To use this plugin you need a graphical display with supported controller. It's even possible to redirect the output of the plugin to image files or to the framebuffer to drive e.g. TFT monitors.

Supported are the following controllers and compatibles

  • Hitachi HD61830
  • Samsung KS0108
  • Toshiba T6963
  • Epson SED1520
  • Epson SED1330
  • Noritake GU140X32F-7806
  • Noritake GU256X64-372

and with the extra library serdisplib

  • Optrex 323
  • PCD8544-based Nokia-Displays (e.g. in the Nokia 51xx)
  • Nokia 7110 display (controller: SED1565)

With the last controllers you can use displays from some old mobile phones with nearly zero costs.

Software requirements

Installation

If your controller is supported through the serdisplib you have to install it

cd $SOURCEDIR
tar xvzf serdisplib-<VERSION>.tar.gz
cd serdisplib-<VERSION>
make
mkdir -p /usr/local/include/serdisplib
make install DRIVERLIB_PATH=/usr/local/lib DRIVERINCLUDE_PATH=/usr/local/include
ldconfig

Then VDR is compiled with e.g.

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

In the end, the logos have to be copied to /etc/vdr/plugins

cp -r $SOURCEDIR/VDR/PLUGINS/graphlcd/graphlcd /etc/vdr/plugins

In the vdr-graphlcd-contrib-<VERSION>.tgz file are several addons like bootsplash, scripts, etc.

Everything else is the same as described in plugin installation.

Problems

Links

[1] http://www.powarman.de Plugins homepage
[2] http://serdisplib.sourceforge.net serdisplib homepage