From 77fd32256cd9d3049482b262772ddf639a0b16c9 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 1 Jul 2007 17:27:20 +0000 Subject: [PATCH] update links for pyramid driver --- contrib/interface-demo2/README | 6 +-- docs/README.pylcd | 2 +- docs/lcdproc-user/drivers/pylcd.docbook | 59 ++++++++++++++++++++++--- server/drivers/pylcd.c | 2 +- 4 files changed, 58 insertions(+), 11 deletions(-) diff --git a/contrib/interface-demo2/README b/contrib/interface-demo2/README index 3d98e37..f706405 100644 --- a/contrib/interface-demo2/README +++ b/contrib/interface-demo2/README @@ -3,10 +3,10 @@ From: Thomas Riewe may be someone else will find our little testing setup also helpful ?! i attached it to this mail (since it's just 28K though i didn't clean up the files ...) -and one can download it from -http://www.pyramid.de/e/produkte/server/pyramid-lcd.php#step_by_step +and one can download it from the "Test/demo" link at +http://www.pyramid.de/en/products/programmable_lcd.php respectively -http://www.pyramid.de/d/downloads/demo_for_pylcd-lcdproc.tgz +http://www.pyramid.de/upload/files/divers/demo_for_pylcd-lcdproc.tgz AFAIK it will be quite easy to adapt it to other LCDs diff --git a/docs/README.pylcd b/docs/README.pylcd index 9df1dda..5805279 100644 --- a/docs/README.pylcd +++ b/docs/README.pylcd @@ -37,7 +37,7 @@ output 0 will clear all LEDs. More information on the Pyramid LC-Display can be found here: -http://www.pyramid.de/e/produkte/server/pyramid-lcd.php +http://www.pyramid.de/en/products/programmable_lcd.php Please apply attached patch to the lcdproc CVS. diff --git a/docs/lcdproc-user/drivers/pylcd.docbook b/docs/lcdproc-user/drivers/pylcd.docbook index 9bc03db..cb060f6 100644 --- a/docs/lcdproc-user/drivers/pylcd.docbook +++ b/docs/lcdproc-user/drivers/pylcd.docbook @@ -26,18 +26,65 @@ buttons as well as 3 (or 9) LEDs which can also be software controlled. + +Connector + + +The display is connected to the host system using USB, with the +usual USB pinout as shown below. +The +5V VCC pin is marked with red colour. + + + +USB Pinout + + + + GND + D+ + D- + VCC + + + + + GND + P0+ + P0- + +5V + + + +
+ +
+ + Requirements For Linux the driver depends on features of the ftdi_sio.ko -that have only been added to quite recent version of the 2.6 kernel series. -For older Linux kernels of the 2.6 series (or even the 2.4 series) that patch -to ftdi_sio.c might help: - -http://www.pyramid.de/d/downloads/patch-4-linux-2.6.13-14.txt. +that have only been added to version 2.6.15 version of the 2.6 kernel series. +For older Linux kernels of the 2.6 series these patches to +ftdi_sio.c may help: + + + + Linux 2.6.9-11. + + + + Linux 2.6.12.x. + + + + Linux 2.6.13-14. + + + @@ -134,7 +181,7 @@ will clear all LEDs. More information on the Pyramid LC-Display can be found here: - + diff --git a/server/drivers/pylcd.c b/server/drivers/pylcd.c index 2f4f491..ccd3d9c 100644 --- a/server/drivers/pylcd.c +++ b/server/drivers/pylcd.c @@ -25,7 +25,7 @@ /* * This driver controls the programmable LC-Display from * Pyramid Computer GmbH. For more information see - * http://www.pyramid.de/e/produkte/server/pyramid-lcd.php + * http://www.pyramid.de/en/products/programmable_lcd.php * * Contact Thomas Riewe for further * information on the LCD.