Files
lcdproc/docs/lcdproc-user/drivers/lcterm.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
789 B
Plaintext

<sect1 id="lcterm-howto">
<title>The lcterm Driver</title>
<para>
This section talks about using LCDproc with LCD displays that use the
lcterm chipset.
</para>
<!-- ## HNE LCTerm driver ## -->
<sect2 id="lcterm-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="lcterm-config-section">
<title>[lcterm]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
</term>
<listitem><para>
Default: <filename>/dev/lcd</filename>
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Size</property> = &parameters.size;
</term>
<listitem><para>
Default: <literal>16x2</literal>.
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>