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

37 lines
690 B
Plaintext

<sect1 id="text-howto">
<title>The text Driver</title>
<para>
This section talks about using LCDproc with LCD displays that use the
text chipset.
</para>
<!-- ## Text driver ## -->
<sect2 id="text-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="text-config-section">
<title>[text]</title>
<variablelist>
<varlistentry>
<term>
<command>Size</command> =
<arg choice="plain">
<replaceable>WIDTH</replaceable>
<literal>x</literal>
<replaceable>HEIGHT</replaceable>
</arg>
</term>
<listitem><para>
Set the display size [default: <literal>20x4</literal>]
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>