From c4dc41484989340eabc5325000f33582ad31f79d Mon Sep 17 00:00:00 2001 From: marschap Date: Thu, 13 Apr 2006 14:57:10 +0000 Subject: [PATCH] correct link to PICanLCD user manual; add a paragraph about lis2 --- docs/lcdproc-user/drivers/hd44780.docbook | 19 ++++++++++++++++++- server/drivers/hd44780-picanlcd.c | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/lcdproc-user/drivers/hd44780.docbook b/docs/lcdproc-user/drivers/hd44780.docbook index 0bbb75e..e08dfcc 100644 --- a/docs/lcdproc-user/drivers/hd44780.docbook +++ b/docs/lcdproc-user/drivers/hd44780.docbook @@ -1229,7 +1229,6 @@ that. The BL output below should be connected to the BL input in the - @@ -1245,6 +1244,24 @@ config file with the Device= setting. The default is /dev/lcd. It does not support a keypad nor backlight switching. + +For more information see the +PIC-an-LCD User Manual +by Dale Wheat. + + + + + + +LIS2 USB device "lis2" + + +LIS2 from VLSystem (http://www.vlsys.co.kr) is a full featured usb vfd module +with four channel fan controls. This device can be access as a serial device with +help of the kernel modules ftdi_sio which map the USB port to a serial port (/dev/ttyUSBx). + + diff --git a/server/drivers/hd44780-picanlcd.c b/server/drivers/hd44780-picanlcd.c index d6f39af..14d0ee2 100644 --- a/server/drivers/hd44780-picanlcd.c +++ b/server/drivers/hd44780-picanlcd.c @@ -13,7 +13,7 @@ * * See the PIC-an-LCD documentation for data on how it should be connected * to the computer. - * http://dalewheat.com/products/PIC-an-LCD/index.html + * http://dalewheat.com/pdf/PIC-an-LCD.pdf * */