Files
lcdproc/docs/lcdproc-user/drivers/irtrans.docbook
T

71 lines
1.8 KiB
Plaintext

<sect1 id="irtrans-howto">
<title>The irtrans Driver</title>
<sect2 id="itrans-general">
<title>General</title>
<para>
The <code>irtrans</code> driver controls
<ulink url="http://www.irtrans.de/en/main.php">IRTrans VFD</ulink>
devices, that are preinstalled in cases such as the Ahanix MCE303.
</para>
<para>
The IRTrans VFD sports a vacuum fluorescent display with 16x2 characters
that connects to the computer using USB. Although the device is shipped
with an IR remote control, <package>LCDproc</package>'s driver currently only supports
the display part of the device.
</para>
<para id="irtrans-irserver">
In order to be able to use it, you have to get and install the IRTrans irserver package
from <ulink url="http://www.irtrans.de/en/download/linux.php"></ulink>.
</para>
</sect2>
<!-- ## IRTrans driver ## -->
<sect2 id="irtrans-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="irtrans-config-section">
<title>[irtrans]</title>
<variablelist>
<varlistentry>
<term>
<property>Backlight</property> = &parameters.yesnodef;
</term>
<listitem><para>
Tell whether the device has a backlight, or whether the backlight shall be used.
If not given, it defaults to <literal>no</literal>.
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Hostname</property> =
<parameter><replaceable>HOSTNAME_OR_IP-ADDRESS</replaceable></parameter>
</term>
<listitem><para>
Set the hostname or IP address of the IRTrans device to connect to.
If not set or set, the default is <code>localhost</code>.
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Size</property> = &parameters.size;
</term>
<listitem><para>
Select the display size [default: <literal>16x2</literal>]
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>