diff --git a/docs/lcdproc-user/drivers/hd44780.docbook b/docs/lcdproc-user/drivers/hd44780.docbook index 39cff78..872e67e 100644 --- a/docs/lcdproc-user/drivers/hd44780.docbook +++ b/docs/lcdproc-user/drivers/hd44780.docbook @@ -1131,18 +1131,6 @@ The optional keypad can be connected as follows: Y8 - - nLF - 14 - - Y9 - - - INIT - 16 - - Y10 - nACK 10 @@ -1193,11 +1181,17 @@ bargraph. The LCD is driven by LCDproc and the LEDs by another program such as portato. Further details can be obtained from: - - - - - + + + + + + + + + + + The LCD connections are: @@ -1300,7 +1294,7 @@ The LCD connections are: 14 RW - 5 (LCD2 - 6) (optional - pull all LCD RW low (*) + 5 (optional - pull LCD RW low (*) INIT @@ -1317,7 +1311,7 @@ The LCD connections are: (*) on the RW line of the display: this line decides whether the display receives data from the LPT port, or whether it sends data to the LPT port: if grounded it receives, if High or connected to nothing at all it "sends" (i.e., will not work as intended). So, if you are not sure that -you need it otherwise, then connect it to GND. This certainly applies if you have only one display. +you need it otherwise, then connect it to GND.