Replace the standard text 'LCD using xyz chipset' with some real information.

This commit is contained in:
mmdolze
2010-11-28 22:17:01 +00:00
parent 18f0977605
commit 04039c5b97
7 changed files with 68 additions and 12 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
<sect1 id="curses-howto"> <sect1 id="curses-howto">
<title>The curses Driver</title> <title>The curses Driver</title>
<para> <para>This section talks about using LCDproc with the (n)curses library.
This section talks about using LCDproc with LCD displays that use the This diver displays an emulated LCD display of configurable size at a
curses chipset. configurable position of the terminal screen using (n)curses.</para>
</para>
<!-- ## Curses driver ## --> <!-- ## Curses driver ## -->
<sect2 id="curses-config"> <sect2 id="curses-config">
+45 -1
View File
@@ -3,9 +3,53 @@
<para> <para>
This section talks about using LCDproc with LCD displays that use the This section talks about using LCDproc with LCD displays that use the
Matrix Orbital GLK chipset. Matrix Orbital GLK and GLC chipset.
</para> </para>
<sect2 id="glk-devices">
<title>Supported devices</title>
<para>Currently the drivers supports the following devices:</para>
<itemizedlist>
<!-- Devices using GLC chipset -->
<listitem>
<para>GLC12232 (20x4)</para>
</listitem>
<listitem>
<para>GLC12864 (20x8)</para>
</listitem>
<listitem>
<para>GLC128128 (20x16)</para>
</listitem>
<listitem>
<para>GLC24064 (40x8)</para>
</listitem>
<!-- Devices using GLK chipset -->
<listitem>
<para>GLK12232-25 (20x4)</para>
</listitem>
<listitem>
<para>GLK12232-25-SM (20x4)</para>
</listitem>
<listitem>
<para>GLK12864-25 (20x8)</para>
</listitem>
<listitem>
<para>GLK128128-25 (20x16)</para>
</listitem>
<listitem>
<para>GLK24064-25 (40x8)</para>
</listitem>
</itemizedlist>
<note>
<para>Modules not in the list above are not recognized and the driver will
not load if it encounteres an unrecognized display.</para>
</note>
</sect2>
<!-- ## Matrix Orbital GLK driver ## --> <!-- ## Matrix Orbital GLK driver ## -->
<sect2 id="glk-config"> <sect2 id="glk-config">
<title>Configuration in LCDd.conf</title> <title>Configuration in LCDd.conf</title>
+2 -2
View File
@@ -2,8 +2,8 @@
<title>The lcdm001 Driver</title> <title>The lcdm001 Driver</title>
<para> <para>
This section talks about using LCDproc with LCD displays that use the This section talks about using LCDproc with serial LCD displays from
lcdm001 chipset. <ulink url="http://www.kernelconcepts.de/">kernel concepts</ulink>.
</para> </para>
<!-- ## LCDM001 driver ## --> <!-- ## LCDM001 driver ## -->
+2 -2
View File
@@ -2,8 +2,8 @@
<title>The lcterm Driver</title> <title>The lcterm Driver</title>
<para> <para>
This section talks about using LCDproc with LCD displays that use the This section talks about using LCDproc with serial LCD displays from
lcterm chipset. <ulink url="http://www.neumark.de/">Helmut Neumark Elektronik</ulink>.
</para> </para>
<!-- ## HNE LCTerm driver ## --> <!-- ## HNE LCTerm driver ## -->
+1 -1
View File
@@ -193,7 +193,7 @@ output 0
<para> <para>
More information on the Pyramid LC-Display can be found here: More information on the Pyramid LC-Display can be found here:
<ulink url="https://www.pyramid.de/de/hardware/spezialkomponenten.php"></ulink> <ulink url="http://www.pyramid.de/en/products/specialities.php"></ulink>
</para> </para>
</sect2> </sect2>
@@ -6,6 +6,11 @@ This section talks about using LCDproc with LCD displays that use the
sed1520 chipset. sed1520 chipset.
</para> </para>
<para>Currently the driver supports 122x32 pixel graphic displays based on
the SED1520 Controller connected to the parallel port.</para>
<!-- Insert schematic here -->
<!-- ## Seiko Epson 1520 driver ## --> <!-- ## Seiko Epson 1520 driver ## -->
<sect2 id="sed1520-config"> <sect2 id="sed1520-config">
<title>Configuration in LCDd.conf</title> <title>Configuration in LCDd.conf</title>
+10 -2
View File
@@ -2,10 +2,18 @@
<title>The sli Driver</title> <title>The sli Driver</title>
<para> <para>
This section talks about using LCDproc with LCD displays that use the This section talks about using LCDproc with Serial LCD Interface (SLI-OEM)
sli chipset. boards from Wirz Electronics.
</para> </para>
<note>
<para>This driver is intended for use with the original SLI-OEM boards from
Wirz Electronics. As of 2010 <ulink url="http://www.parallax.com/">Parallax, Inc.</ulink>
sells serial displays designed by Element Products (formerly Wirz
Electronics). Due to the lack of documentation it is unclear if these
devices do work with this driver.</para>
</note>
<!-- ## Wirz SLI LCD driver ## --> <!-- ## Wirz SLI LCD driver ## -->
<sect2 id="Wirz-sli-config"> <sect2 id="Wirz-sli-config">
<title>Configuration in LCDd.conf</title> <title>Configuration in LCDd.conf</title>