diff --git a/docs/lcdproc-user/drivers/hd44780.docbook b/docs/lcdproc-user/drivers/hd44780.docbook
index ae36fcb..d08abce 100644
--- a/docs/lcdproc-user/drivers/hd44780.docbook
+++ b/docs/lcdproc-user/drivers/hd44780.docbook
@@ -56,30 +56,35 @@ All variants use the same method of obtaining power. i.e., for each LCD:
HD44780: Power Connections
-
-
- LCD
- pin
- signal
-
-
-
-
- 1
- GND
- (connect to any of pins 18 - 25 of you parallel port)
-
-
- 2
- +5V
-
-
-
- 3
- Vadj
- (contrast)
-
-
+
+
+
+
+ LCD
+ Signal
+
+
+ name
+ pin
+
+
+
+
+ VSS
+ 1
+ GND (connect to any of pins 18 - 25 of you parallel port)
+
+
+ VDD
+ 2
+ +5V
+
+
+ VLC
+ 3
+ (contrast adjustment)
+
+
@@ -117,7 +122,7 @@ There are several ways to get 5V:
-HD44780: Connecting the contrast adjusting pin (Vadj.)
+HD44780: Connecting the contrast adjusting pin (VLC)
@@ -463,14 +468,16 @@ This is originally based on "lcdtext" (by Matthias Prinke).
HD44780: 4bit Pinouts (1)
-
+
-
+
+printer port
+ <->LCD
@@ -484,48 +491,56 @@ This is originally based on "lcdtext" (by Matthias Prinke).
D02
+ D411D13
+ D512D24
+ D6(13)D35
+ D714D46
+ RS4D57
+ RW5 (LCD3 - 6) (optional - pull all LCD RW low (*) )D68
+ EN6D79
+ EN2(LCD2 - 6) (optional)
@@ -548,14 +563,16 @@ displays four to seven use:
HD44780: 4bit Pinouts (2)
-
+
-
+
+printer port
+ <->LCD
@@ -569,24 +586,28 @@ displays four to seven use:
STR1
+ EN46LF14
+ EN56INIT16
+ EN66SEL17
+ EN76
@@ -600,12 +621,14 @@ The optional keypad can be connected as follows:
HD44780: 4bit Keypad Pinouts
-
+
-
+
+printer port
+ <->keypad
@@ -618,76 +641,91 @@ The optional keypad can be connected as follows:
D02
+ Y0D13
+ Y1D24
+ Y2D35
+ Y3D46
+ Y4D57
+ Y5nSTRB1
+ Y6nLF14
+ Y7INIT16
+ Y8nSEL17
+ Y9nACK10
+ X0BUSY11
+ X1PAPEREND12
+ X2SELIN13
+ X3nFAULT15
+ X4
@@ -709,14 +747,16 @@ This type of connection should work with winamp.
HD44780: "Winamp" wiring
-
+
-
+
+printer port
+ <->LCD
@@ -730,72 +770,84 @@ This type of connection should work with winamp.
D02
+ D07D13
+ D18D24
+ D29D35
+ D310D46
+ D411D57
+ D512D68
+ D613D79
+ D714nSTRB(1)
+ EN6nLF14
+ RW5 (EN3 6 - LCD 3) (optional (*) )INIT16
+ RS4nSEL17
+ EN2(6 - LCD 2) (optional)
@@ -824,12 +876,14 @@ The optional keypad can be connected as follows:
HD44780: "lcdtime" wiring
-
+
-
+
+printer port
+ <->LCD
@@ -974,72 +1045,84 @@ The LCD connections are:
D02
+ D07D13
+ D18D24
+ D29D35
+ D310D46
+ D411D57
+ D512D68
+ D613D79
+ D714nSEL17
+ -nSTRB1
+ RS4nLF14
+ RW5 (LCD2 - 6) (optional - pull all LCD RW low (*)INIT16
+ EN6
@@ -1065,12 +1148,14 @@ The optional keypad can be connected as follows:
HD44780: "lcdtime" wiring - keypad
-
+
-
+
+printer port
+ <->keypad
@@ -1083,76 +1168,91 @@ The optional keypad can be connected as follows:
D02
+ Y0D13
+ Y1D24
+ Y2D35
+ Y3D46
+ Y4D57
+ Y5D68
+ Y6D79
+ Y7nSTRB1
+ Y8nSEL17
+ Y9nACK10
+ X0BUSY11
+ X1PAPEREND12
+ X2SELIN13
+ X3nFAULT15
+ X4
@@ -1342,12 +1442,14 @@ serialLpt wiring supports a keypad. The 3 wires version supports
HD44780: Serial LPT - Keypad return lines
-
+
-
+
+printer port
+ <->keypad
@@ -1360,26 +1462,31 @@ serialLpt wiring supports a keypad. The 3 wires version supports
nACK10
+ X0BUSY11
+ X1PAPEREND12
+ X2SELIN13
+ X3nFAULT15
+ X4
diff --git a/docs/lcdproc-user/drivers/picolcd.docbook b/docs/lcdproc-user/drivers/picolcd.docbook
index db4022a..e13a0c2 100644
--- a/docs/lcdproc-user/drivers/picolcd.docbook
+++ b/docs/lcdproc-user/drivers/picolcd.docbook
@@ -6,8 +6,9 @@
20x2) display.
- The picoLCD page indicates that the device can be connected via I2C or USART.
- This lcdproc driver, however, is limited to the USB connected model.
+ The picoLCD page indicates that the device can be connected via I2C
+ or USART.
+ This LCDproc driver, however, is limited to the USB connected model.
diff --git a/docs/lcdproc-user/drivers/ppttrouble.docbook b/docs/lcdproc-user/drivers/ppttrouble.docbook
index bca8008..8f4f5c2 100644
--- a/docs/lcdproc-user/drivers/ppttrouble.docbook
+++ b/docs/lcdproc-user/drivers/ppttrouble.docbook
@@ -42,7 +42,7 @@ thick enough (or not existent, see 1) the resistance of the
wire may cause differing GND potentials in the circuit.
This may lead to strange display behaviour. It may also be
wise to solder a 100nF capacitor directly to the GND and
-VDD pins of the display.
+VDD pins of the display.
diff --git a/docs/lcdproc-user/drivers/sed1330.docbook b/docs/lcdproc-user/drivers/sed1330.docbook
index 81e4844..7d7e3f2 100644
--- a/docs/lcdproc-user/drivers/sed1330.docbook
+++ b/docs/lcdproc-user/drivers/sed1330.docbook
@@ -146,14 +146,14 @@ the connections given here are also correct for your display !
D7
- Vdd
+ VDD16+5V
- Vss
+ VSS17GND18..25
@@ -167,7 +167,7 @@ the connections given here are also correct for your display !
- Vlc
+ VLC19-24V (not required for G242C)
@@ -368,7 +368,7 @@ the connections given here are also correct for your display !
^SELECT_IN
- Vss
+ VSS17GND18..25
@@ -403,7 +403,7 @@ the connections given here are also correct for your display !
- Vdd
+ VDD16+5V
@@ -417,7 +417,7 @@ the connections given here are also correct for your display !
- Vlc
+ VLC19-24V (not required for G242C)