Files
lcdproc/docs/lcdproc-user/drivers/icp_a106.docbook
T
mmdolze f59af2e241 Replace <term><command><arg> with <term><property><parameter> to describe
options in the config file because:
 * <arg> can only be used within <cmdsynopsis>.
 * <cmdsynopsis> does not allow text outside <command> and <arg>.
 * <arg> does not allow decorating elements like <literal> or <emphasis>.
This fixes #2803057.

Add shortcut entities for commonly used parameters (yes/no, size).
Remove Debian patch which is obsoleted by above changes.
2009-06-12 09:12:50 +00:00

42 lines
957 B
Plaintext

<sect1 id="icp_a106-howto">
<title>The icp_a106 Driver</title>
<para>
This section talks about using LCDproc with the ICP A106 alarm/LCD board,
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>
<!-- ## ICP A106 driver ## -->
<sect2 id="icp_a106-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="icp_a106-config-section">
<title>[icp_a106]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
</term>
<listitem><para>
Sets the device to use. Defaults to <filename>/dev/lcd</filename>.
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>