From 55e2a61f5ebc3dbdc5336b98330d57bf6256a175 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 15 Feb 2004 21:43:43 +0000 Subject: [lcd4linux @ 2004-02-15 21:43:43 by reinelt] T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed --- lcd4linux.conf.sample | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 164fff9..73cf1fc 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -71,6 +71,17 @@ Display USBLCD { } +Display T6963-240x64 { + Driver 'T6963' + Port '/dev/parports/0' + Size '240x64' + Wire.CE 'STROBE' + Wire.CD 'SELECT' + Wire.RD 'AUTOFD' + Wire.WR 'INIT' +} + + Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' @@ -291,7 +302,8 @@ Layout L16x2 { #Display 'CF631' #Display 'CF632' #Display 'CF633' -Display 'USBLCD' +#Display 'USBLCD' +Display 'T6963-240x64' Layout 'Default' #Layout 'L16x2' -- cgit v1.2.3