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.
79 lines
1.9 KiB
Plaintext
79 lines
1.9 KiB
Plaintext
<sect1 id="tyan-howto">
|
|
<title>The tyan Driver</title>
|
|
|
|
<para>
|
|
This section talks about using LCDproc with LCD modules used in Tyan GS10 and GS12
|
|
barebones.
|
|
</para>
|
|
|
|
<sect2 id="tyan-features">
|
|
<title>Features</title>
|
|
|
|
<para>
|
|
The LCD modules used on the front side of the Tyan GS10 and GS12 series
|
|
barebones consist of an LCD display by Winstar Display Co. LTD
|
|
that is 16 characters wide and 2 lines high.
|
|
To the right of the display there is a 6 button keypad:
|
|
4 array buttons and two buttons labeled <literal>C</literal> and <literal>S</literal>.
|
|
</para>
|
|
|
|
<para>
|
|
For more information see the
|
|
<ulink url="ftp://ftp.tyan.com/barebone_support/GS10-GS12%20LCD-Pack.zip">LCD pack</ulink>
|
|
from the Tyan support page.
|
|
Besides a useless old version of LCDproc it contains some
|
|
documentation about the panel itself including a PDF specification
|
|
of the LCD display by its manufacturer.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
<!-- ## Tyan Barebones LCD driver (GS series) ## -->
|
|
<sect2 id="tyan-config">
|
|
<title>Configuration in LCDd.conf</title>
|
|
|
|
<sect3 id="tyan-config-section">
|
|
<title>[tyan]</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<property>Device</property> =
|
|
<parameter><replaceable>DEVICE</replaceable></parameter>
|
|
</term>
|
|
<listitem><para>
|
|
Select the output device to use [default: <filename>/dev/lcd</filename>]
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<property>Speed</property> =
|
|
{
|
|
<parameter><literal>4800</literal></parameter> |
|
|
<emphasis><parameter><literal>9600</literal></parameter></emphasis>
|
|
}
|
|
</term>
|
|
<listitem><para>
|
|
Set the the baud rate communication with the LCD.
|
|
If not given, the default is <literal>9600</literal>.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<property>Size</property> = ¶meters.size;
|
|
</term>
|
|
<listitem><para>
|
|
set display size [default: <literal>16x2</literal>]
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|