Base: LCDproc 0.5.2
[lcdproc-de200c.git] / docs / lcdproc-user / drivers / lcterm.docbook
blob48ee17173ab4605d3472ae7a66cf8c0e9929ee70
1 <sect1 id="lcterm-howto">
2 <title>The lcterm Driver</title>
4 <para>
5 This section talks about using LCDproc with LCD displays that use the
6 lcterm chipset.
7 </para>
9 <!-- ## HNE LCTerm driver ## -->
10 <sect2 id="lcterm-config">
11 <title>Configuration in LCDd.conf</title>
13 <sect3 id="lcterm-config-section">
14 <title>[lcterm]</title>
16 <variablelist>
17 <varlistentry>
18   <term>
19     <command>Device=</command>
20     <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
21   </term>
22   <listitem><para>
23   Default: <filename>/dev/lcd</filename>
24   </para></listitem>
25 </varlistentry>
27 <varlistentry>
28   <term>
29     <command>Size=</command>
30     <arg choice="plain">
31       <replaceable>WIDTH</replaceable>
32       <literal>x</literal>
33       <replaceable>HEIGHT</replaceable>
34     </arg>
35   </term>
36   <listitem><para>
37   16x2
38   </para></listitem>
39 </varlistentry>
40 </variablelist>
42 </sect3>
44 </sect2>
46 </sect1>