From b15631db792fb03080df6bfac4db9891a662e8ce Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 16 Aug 2006 14:18:14 +0000 Subject: [lcd4linux @ 2006-08-16 14:18:14 by reinelt] T6963 enhancements: soft timing, DualScan, Cell size git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@697 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index b64b7d1..7728d55 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -357,23 +357,42 @@ Display T6963-240x64 { Driver 'T6963' Port '/dev/parports/0' Size '240x64' - Font '6x8' + DualScan 0 + Cell 6 Wire.CE 'STROBE' Wire.CD 'SLCTIN' Wire.RD 'AUTOFD' Wire.WR 'INIT' + Timing.fuzz 120 + Font '6x8' } Display T6963-240x128 { Driver 'T6963' Port '/dev/parports/0' Size '240x128' + DualScan 0 + Cell 6 + Wire.CE 'STROBE' + Wire.CD 'SLCTIN' + Wire.RD 'AUTOFD' + Wire.WR 'INIT' + Timing.fuzz 120 Font '6x8' +} + +Display T6963-240x128D { + Driver 'T6963' + Port '/dev/parports/0' + Size '240x128' + DualScan 1 + Cell 6 Wire.CE 'STROBE' Wire.CD 'SLCTIN' Wire.RD 'AUTOFD' Wire.WR 'INIT' Timing.fuzz 120 + Font '6x8' } @@ -431,13 +450,12 @@ Display Image { Basecolor '80d000' } -Plugin KVV { - StationID '12_701' - Refresh 30 - - Proxy 'igate' - Port 8080; -} +#Plugin KVV { +# StationID '12_701' +# Refresh 30 +# Proxy 'igate' +# Port 8080; +#} Plugin Seti { Directory '/root/setiathome-3.08.i686-pc-linux-gnu' @@ -1127,8 +1145,9 @@ Layout Debug { #Display 'SimpleLCD' #Display 'BA63' #Display 'CT20x4' -Display 'T6963-240x128' #Display 'T6963-240x64' +#Display 'T6963-240x128' +Display 'T6963-240x128D' #Display 'XWindow' #Display 'USBLCD' #Display 'BWCT' -- cgit v1.2.3