diff options
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 19 |
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' |