diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-31 21:05:13 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-31 21:05:13 +0000 |
commit | 10ff23f9cdef25d4140e6c802c373aaf48270fee (patch) | |
tree | 8fba3e9219ffe15e92df6f1b441774ee8285b08d /lcd4linux.c | |
parent | 4e1eaa7205d8b7fbc64dc685d864b385a25602be (diff) | |
download | lcd4linux-10ff23f9cdef25d4140e6c802c373aaf48270fee.tar.gz |
[lcd4linux @ 2004-05-31 21:05:13 by reinelt]
fixed lots of bugs in the Cwlinux driver
do not emit EAGAIN error on the first retry
made plugin_i2c_sensors a bit less 'chatty'
moved init and exit functions to the bottom of plugin_pop3
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@453 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index b61807d..5e92190 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -16,6 +16,16 @@ Display MI240 { } +Display CW12232 { + Driver 'Cwlinux' + Model 'CW12232' + Port '/dev/usb/tts/0' + Speed 19200 + Brightness 2 + Icons 1 +} + + Display CF631 { Driver 'Crystalfontz' Model '631' @@ -513,6 +523,7 @@ Layout testMySQL { #Display 'LK204' #Display 'MI240' +#Display 'CW12232' #Display 'HD44780-20x4' #Display 'M50530-24x8' #Display 'CF631' |