aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample14
1 files changed, 13 insertions, 1 deletions
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'