Graphlcd-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
mNo edit summary
(→‎Links: i18n)
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
| http://home.arcor.de/andreas.regel/images/glcd240x128_action.gif
| http://home.arcor.de/andreas.regel/images/glcd240x128_action.gif
|}
|}

==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.
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.
Line 44: Line 45:
make VFAT=1 REMOTE=LIRC INCLUDE_SERDISPLIB=1 all plugins
make VFAT=1 REMOTE=LIRC INCLUDE_SERDISPLIB=1 all plugins


In the ''vdr-graphlcd-contrib-<VERSION>.tgz'' file are several addons like bootsplash, scripts, etc.
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]].
Everything else is the same as described in [[plugin installation]].


==Configuration==
==Configuration==
At the end, the directory with the logos has to be copied to /etc/vdr/plugins
At the end, the directory with the logos has to be copied to '''/etc/vdr/plugins'''
cp -r $SOURCEDIR/VDR/PLUGINS/graphlcd/graphlcd /etc/vdr/plugins
cp -r $SOURCEDIR/VDR/PLUGINS/graphlcd/graphlcd /etc/vdr/plugins


Line 87: Line 88:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|graphlcd-plugin}}
<!-- Link to german wiki page -->
[[de:Graphlcd-plugin]]

Latest revision as of 16:36, 13 March 2006

Description

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

Setup
Graphic LCD 240x128
http://home.arcor.de/andreas.regel/images/glcd240x128_action.gif

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

  • serdisplib (optional, see above)

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 vdr-graphlcd-contrib-<VERSION>.tgz file are several addons like bootsplash, scripts, etc.

Everything else is the same as described in plugin installation.

Configuration

At the end, the directory with the logos has to be copied to /etc/vdr/plugins

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

Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-c CTR --contr=CTR LCD-Controller type
-p IOP --port=IOP IO port
-d DEV --device=DEV sets the parport device
-x SZX --sizex=SZX horizontal size in pixels
-y SZY --sizey=SZY vertical size in pixels
-z Z --zoom=Z double pixel size with Z=1 (works only on framebuffer device)

Problems

Links

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