aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2004-10-17 09:24:31 +0000
committerreinelt <>2004-10-17 09:24:31 +0000
commit8d3ccbc84e9241443fbd513e876f02e049545fd8 (patch)
treecbaa5a3962b831175e2b46a29b8891606dc25b9c /lcd4linux.conf.sample
parent96dfad550500b0fd36bcb34821b6347b0c94776a (diff)
downloadlcd4linux-8d3ccbc84e9241443fbd513e876f02e049545fd8.tar.gz
[lcd4linux @ 2004-10-17 09:24:31 by reinelt]
I2C support for HD44780 displays by Luis (does not work by now)
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'