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

85 lines
2.1 KiB
Plaintext
Raw Normal View History

2006-04-05 10:36:58 +00:00
<sect1 id="lb216-howto">
2009-06-11 15:34:41 +00:00
<sect1info>
<author>
<firstname>Chris</firstname>
<surname>Debenham</surname>
<email>chris.debenham@aus.sun.com</email>
</author>
</sect1info>
2006-04-05 10:36:58 +00:00
<title>The lb216 Driver</title>
<para>
This section talks about using LCDproc with LCD displays that use the
lb216 chipset.
</para>
<screen>
Heres a bit more info on the display.
It is the LB216 and is made by R.T.N. Australia
The web page for it is http://www.nollet.com.au/
It is a serial 16x2 LCD with software controllable backlight.
They also make 40x4 displays (which I'll be getting one of soon :-) )
3 wire connection (5V,0V and serial), 2400 or 9600 bps.
8 custom characters
40*83.5MM size
made in australia :-)
</screen>
<!-- ## LB216 driver ## -->
<sect2 id="lb216-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="lb216-config-section">
2006-04-05 10:36:58 +00:00
<title>[lb216]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
Select the output device to use [default: <filename>/dev/lcd</filename>]
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Brightness</property> =
<parameter><replaceable>BRIGHTNESS</replaceable></parameter>
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
2006-10-06 11:05:48 +00:00
Set the initial brightness [default: <literal>255</literal>; legal: <literal>0</literal> - <literal>255</literal>]
2006-04-05 10:36:58 +00:00
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Speed</property> =
{
<parameter><literal>2400</literal></parameter> |
<emphasis><parameter><literal>9600</literal></parameter></emphasis>
}
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
Set the the baud rate to use when communicating with the LCD.
If not given, the default is <literal>9600</literal>.
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Reboot</property> = &parameters.yesnodef;
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
2006-10-06 11:05:48 +00:00
Reinitialize the LCD's BIOS [default: <literal>no</literal>; legal: <literal>yes</literal>, <literal>no</literal>]
2006-04-05 10:36:58 +00:00
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>