diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-24 13:44:00 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-24 13:44:00 +0000 |
commit | fb997fc9b040a7c49c7073a7bc454bb68891379b (patch) | |
tree | d6257c9dd73432b127f69161de848fb989b50420 /lcd4linux.c | |
parent | 6266c2fb61ca14e4c4ff64851d0323fd480c757a (diff) | |
download | lcd4linux-fb997fc9b040a7c49c7073a7bc454bb68891379b.tar.gz |
driver for the PHAnderson serial-to-HD44780 adapter boards by Nicolas Weill
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@910 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index eb20953..7a14bd1 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -332,6 +332,15 @@ Display SimpleLCD { Size '20x2' } +Display PHAnderson { + Driver 'PHAnderson' + Port '/dev/tts/0' + Speed 19200 + Size '24x2' + Blackligth 100 + Bootscreen '123456789012345678901234ABCDEFGHIJKLMNOPQRSTUVWX' +} + Display BA63 { Driver 'WincorNixdorf' Model 'BA63' |