From 8d3ccbc84e9241443fbd513e876f02e049545fd8 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 17 Oct 2004 09:24:31 +0000 Subject: [lcd4linux @ 2004-10-17 09:24:31 by reinelt] I2C support for HD44780 displays by Luis (does not work by now) --- lcd4linux.conf.sample | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lcd4linux.conf.sample') 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' -- cgit v1.2.3