diff --git a/docs/lcdproc-user/drivers/hd44780.docbook b/docs/lcdproc-user/drivers/hd44780.docbook
index 711056e..6be8711 100644
--- a/docs/lcdproc-user/drivers/hd44780.docbook
+++ b/docs/lcdproc-user/drivers/hd44780.docbook
@@ -20,7 +20,8 @@ one for each half of the display.
The HD44780 driver supports various ways of connecting HD44780 devices
to your system.
-Each of these different ways is called a connection type of the driver.
+Each of these different ways is called a connection type
+of the driver.
@@ -2130,12 +2131,17 @@ But you can set the display's contrast using software
(see the Constrast= configuration parameter).
+
+Special configuration options
+
If there is more than one BWCT USB module connected to the system,
the SerialNumber= configuration parameters allows
selecting which display is used in LCDd.
+
+
@@ -2144,39 +2150,39 @@ selecting which display is used in LCDd.
LCD2USB
-is a cheap but powerful do-it-yourself interface to connect HD44780 based displays via USB,
-consisting of easily available parts only.
-The device supports software adjustable contrast and backlight as well as dual controller displays
-(required for 4*27 and 4*40).
+is a cheap but powerful do-it-yourself interface to connect HD44780
+based displays via USB, consisting of easily available parts only.
+The device supports software adjustable contrast and backlight
+as well as dual controller displays (required for 4*27 and 4*40).
-It is based upon Atmel AVR Mega8 CPU with a pure software implementation of the USB protocol
-for the Atmel AVR microcontroller series.
+It is based upon an Atmel AVR Mega8 CPU with a pure software implementation
+of the USB protocol for the Atmel AVR microcontroller series.
The whole interface incl. the hardware layout is under a GPL like license.
-This means that you can take these schematics and use it as a basis for your own interface
-e.g. for a graphic LCD.
+This means that you can take these schematics and use it as a basis
+for your own interface e.g. for a graphic LCD.
+
+
+
+Two keys can be connected to the LCD2USB interface board.
+They can generate three key events that can be mapped to key names using
+the DirectKey_1= to DirectKey_3= commands:
+one for each key and the third if the keys are pressed simultaneously.
+With this 3-key setup, menus can be used (see example below).
-Special config options
-
-
-Two keys can be connected to the LCD2USB interface board. They can generate three key events
-that can be mapped to key names using the DirectKey_1= to
-DirectKey_3= commands:
-one for each key and one if the keys are pressed simultaneously.
-With this 3-key setup, menus can be used (see example below).
-
+Special configuration options
Besides the standard configuration options for hd44780 displays, the
lcd2usb connection type supports three additional options:
Contrast= to set the display's contrast,
-Brightness= to set the display's brightness when is backlight is switched on and
+Brightness= to set the display's brightness when the backlight is switched on and
OffBrightness= to set the display's brightness when is backlight is switched off.
Both options expect a number in the range from 0 to 1000.
@@ -2205,7 +2211,6 @@ KeyDirect_3=Escape
-
In order to make the lcd2usb connection type work with a 2-controller display
@@ -2375,7 +2380,7 @@ This can be done by specifying or by inclu
PORT
- Specify the address of the parallel port the LCD is connected to.
+ For parallel connections, specify the address of the parallel port the LCD is connected to.
Common values for PORT are 0x278,
0x378 and 0x3BC.
If not given, the default is 0x378.
@@ -2388,9 +2393,9 @@ This can be done by specifying or by inclu
DEVICE
- If you are using a serial connection, you must
- set this parameter to the device your LCD is connected to. For
- example, if the display is connected to the first serial port,
+ If you are using a serial or I2C connection,
+ you need to set this parameter to the device your LCD is connected to.
+ For example, if the display is connected to the first serial port,
you have to set it to /dev/ttyS0.
The default value is /dev/lcd.