new ConnectionType ethlcd for hd44780 (Mariusz Bialonczyk)

This commit is contained in:
marschap
2008-09-17 13:28:17 +00:00
parent 8c8e12364d
commit 0497178706
12 changed files with 240 additions and 1 deletions
+19
View File
@@ -118,6 +118,11 @@ more important. Here are the USB connection types the HD44780 driver supports:
<link linkend="hd44780-ftdi">ftdi</link>:
Display connected to a dual channel FTDI 2232D USB chip
</listitem>
<listitem>
<link linkend="hd44780-ethlcd">ethlcd</link>:
Display connected via TCP to PoE powered ethlcd device (<ulink url="http://manio.skyboo.net/ethlcd/"></ulink>)
</listitem>
</itemizedlist>
<para>
@@ -1849,6 +1854,20 @@ please look at the driver source if you really need that.
</sect3>
<sect3 id="hd44780-ethlcd">
<title>ethlcd device</title>
<para>
ethlcd (<ulink url="http://manio.skyboo.net/ethlcd"></ulink>)
is a PoE powered device controlled via TCP. It has a 3-state (ON, HALF, OFF) backlight
control, 6 buttons and a beeper. The hardware and software are open source.
To use it, specify the device IP address or hostname, on which the ethlcd device is
accessible by setting in config file the <command>Device</command> value.
The default is <filename>ethlcd</filename>.
</para>
</sect3>
<sect3 id="hd44780-lis2">
<title>LIS2 USB device "lis2"</title>