add forgotten irtrans documentation; little documentation updates/fixes
This commit is contained in:
@@ -2,11 +2,10 @@
|
|||||||
<title>The CFontz Driver</title>
|
<title>The CFontz Driver</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This section talks about using LCDproc with LCD displays that use the
|
This section talks about using LCDproc with the serial LCD displays of the
|
||||||
CFontz chipset.
|
CFA632 and CFA634 series by CrystalFontz, Inc.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ## CrystalFontz driver (for CF632 & CF634) ## -->
|
|
||||||
<sect2 id="CFontz-config">
|
<sect2 id="CFontz-config">
|
||||||
<title>Configuration in LCDd.conf</title>
|
<title>Configuration in LCDd.conf</title>
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<title>The glcdlib Driver</title>
|
<title>The glcdlib Driver</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This section talks about using LCDproc with LCD displays that use the
|
This section talks about using LCDproc with LCD displays supported by
|
||||||
glcdlib chipset.
|
graphlcd-base.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<sect2 id="glcdlib-connections">
|
<sect2 id="glcdlib-connections">
|
||||||
|
|||||||
@@ -2,8 +2,17 @@
|
|||||||
<title>The icp_a106 Driver</title>
|
<title>The icp_a106 Driver</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This section talks about using LCDproc with LCD displays that use the
|
This section talks about using LCDproc with the ICP A106 alarm/LCD board,
|
||||||
icp_a106 chipset.
|
used in 19" rack cases by ICP.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- 20x2 characters, serial connection -->
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Both LCD and alarm functions are accessed via one serial port, using
|
||||||
|
separate commands. Unfortunately, the device runs at slow 1200bps and the
|
||||||
|
LCD does not allow user-defined characters, so the bargraphs do not look
|
||||||
|
very nice.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ## ICP A106 driver ## -->
|
<!-- ## ICP A106 driver ## -->
|
||||||
|
|||||||
@@ -0,0 +1,81 @@
|
|||||||
|
<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>
|
||||||
|
<command>Backlight</command> =
|
||||||
|
<arg choice="plain">
|
||||||
|
<group choice="req">
|
||||||
|
<arg choice="plain"><literal><emphasis>no</emphasis></literal></arg>
|
||||||
|
<arg choice="plain"><literal>yes</literal></arg>
|
||||||
|
</group>
|
||||||
|
</arg>
|
||||||
|
</term>
|
||||||
|
<listitem><para>
|
||||||
|
Tell whether te device has a backlight, or whether the backlight shall be used.
|
||||||
|
If not goven, it defaults to <literal><emphasis>no</emphasis></literal>.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<command>Hostname</command> =
|
||||||
|
<arg choice="plain"><replaceable>HOSTNAME_OR_IP-ADDRESS</replaceable></arg>
|
||||||
|
</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>
|
||||||
|
<command>Size</command> =
|
||||||
|
<arg choice="plain">
|
||||||
|
<replaceable>WIDTH</replaceable>
|
||||||
|
<literal>x</literal>
|
||||||
|
<replaceable>HEIGHT</replaceable>
|
||||||
|
</arg>
|
||||||
|
</term>
|
||||||
|
<listitem><para>
|
||||||
|
Select the display size [default: <literal>16x2</literal>]
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
</sect1>
|
||||||
@@ -22,7 +22,7 @@ svga chipset.
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
svgalib mode to use [default: <literal>G320x240x256</literal>]
|
svgalib mode to use [default: <literal>G320x240x256</literal>]
|
||||||
<replaceable>SCGALIB-MODE</replaceable> can be any legal mode string for svgalib.
|
<replaceable>SCGALIB-MODE</replaceable> can be any legal mode string for svgalib.
|
||||||
See the <citerefentry><refentrytitle>cwsvgalib</refentrytitle>
|
See the <citerefentry><refentrytitle>svgalib</refentrytitle>
|
||||||
<manvolnum>7</manvolnum></citerefentry> manual page for legal mode strings.
|
<manvolnum>7</manvolnum></citerefentry> manual page for legal mode strings.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user