Base: LCDproc 0.5.2
[lcdproc-de200c.git] / docs / lcdproc-user / drivers / sed1520.docbook
blob3216ccfb8905f3710039bbaf63376f0877a7f33d
1 <sect1 id="sed1520-howto">
2 <title>The sed1520 Driver</title>
4 <para>
5 This section talks about using LCDproc with LCD displays that use the
6 sed1520 chipset.
7 </para>
9 <!-- ## Seiko Epson 1520 driver ## -->
10 <sect2 id="sed1520-config">
11 <title>Configuration in LCDd.conf</title>
13 <sect3 id="sed1520-config-section">
14 <title>[sed1520]</title>
16 <variablelist>
17 <varlistentry>
18   <term>
19     <command>Port=</command>
20     <arg choice="plain"><replaceable>PORT</replaceable></arg>
21   </term>
22   <listitem><para>
23     Specify the address of the parallel port the LCD is connected to.
24     Common values for <replaceable>PORT</replaceable> are <literal>0x278</literal>,
25     <literal>0x378</literal> and <literal>0x3BC</literal>.
26     The default value is <literal>0x378</literal>.
27   </para></listitem>
28 </varlistentry>
29 </variablelist>
31 </sect3>
33 </sect2>
35 </sect1>