aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-10-17 09:24:31 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-10-17 09:24:31 +0000
commit32a05394fc247a61c8927d66a8aea714bbdf1e42 (patch)
treecbaa5a3962b831175e2b46a29b8891606dc25b9c /lcd4linux.conf.sample
parentc34ed3bf288e8dd714ad7faba95d9f6d7e38b369 (diff)
downloadlcd4linux-32a05394fc247a61c8927d66a8aea714bbdf1e42.tar.gz
[lcd4linux @ 2004-10-17 09:24:31 by reinelt]
I2C support for HD44780 displays by Luis (does not work by now) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@494 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample19
1 files changed, 19 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index cabd335..06e84f6 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -105,6 +105,25 @@ Display LCM-162 {
}
+Display HD44780-I2C {
+ Driver 'HD44780'
+ Model 'WRAP1C-PCF8574'
+ Bus 'i2c'
+ Port '/dev/i2c-0'
+ Device '70'
+ Bits '4'
+ Size '20x4'
+ asc255bug 0
+ Icons 1
+ Wire {
+ RW 'DB5'
+ RS 'DB4'
+ ENABLE 'DB6'
+ GPO 'GND'
+ }
+}
+
+
Display M50530-24x8 {
Driver 'M50530'
Port '/dev/parports/0'