[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
This commit is contained in:
reinelt
2006-08-16 14:18:14 +00:00
parent b3ed6d37af
commit b15631db79
5 changed files with 102 additions and 78 deletions

View File

@@ -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'
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-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'