diff options
author | reinelt <> | 2000-03-22 07:33:50 +0000 |
---|---|---|
committer | reinelt <> | 2000-03-22 07:33:50 +0000 |
commit | 26521bed933853a430ccb086524bd5bb9d2a78ba (patch) | |
tree | 78359df06662d6d2a440f2aac1408b91b3d571fd /README.MatrixOrbital | |
parent | eba1b69ca09ac69949ae0d76fd7d1738c680c70a (diff) | |
download | lcd4linux-26521bed933853a430ccb086524bd5bb9d2a78ba.tar.gz |
[lcd4linux @ 2000-03-22 07:33:50 by reinelt]
FAQ added
new modules 'processor.c' contains all data processing
Diffstat (limited to '')
-rw-r--r-- | README.MatrixOrbital | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/README.MatrixOrbital b/README.MatrixOrbital index 1138b49..a8e889c 100644 --- a/README.MatrixOrbital +++ b/README.MatrixOrbital @@ -1,5 +1,5 @@ # -# $Id: README.MatrixOrbital,v 1.1 2000/03/19 08:41:28 reinelt Exp $ +# $Id: README.MatrixOrbital,v 1.2 2000/03/22 07:33:50 reinelt Exp $ # This is the README file for the MatrixOrbital display driver for lcd4linux @@ -38,3 +38,16 @@ fails, this characters will be redefined, too. The displays have a GPO (general purpose output), where you can connect a LED or something. The driver supports controlling this GPO, but this function is unused by now. + + +Configuration: + +The driver needs/supports the following entries in lcd4linux.conf: + +Display: a valid Matrix Orbital Display name (e.g. "LCD2041") +Port: serial device the display is attached to (e.g. /dev/ttyS2) +Speed: the baud rate from the display (configured via jumpers) must match + this value. Possible values are 1200, 2400, 9600 and 19200 +Contrast: sets the LCD display contrast to a level between 0 (light) + and 256 (dark). Default value: 160 + |