aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2005-12-12 09:08:08 +0000
committerreinelt <>2005-12-12 09:08:08 +0000
commitd9ef234db55e6a8b21ab70b0c5c94e0d41d70c50 (patch)
tree67c56c5ba08b04b1119c2975c92aa767f17d508b /lcd4linux.conf.sample
parented398c799540d0bbe9f2eb0a92013e94f89bbf14 (diff)
downloadlcd4linux-d9ef234db55e6a8b21ab70b0c5c94e0d41d70c50.tar.gz
[lcd4linux @ 2005-12-12 09:08:08 by reinelt]
finally removed old udelay code path; read timing values from config
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample19
1 files changed, 17 insertions, 2 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index da346fb..d75acbf 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -119,6 +119,21 @@ Display HD44780-winamp {
ENABLE2 'GND'
GPO 'GND'
}
+ Timing {
+ # low-level communication [ns]
+ CY 1000 # Enable cycle time
+ PW 450 # Enable pulse width
+ AS 140 # Address setup time
+ AH 20 # Address hold time
+ # HD44780 execution timings [us]
+ INIT1 4100 # first init sequence: 4.1 msec
+ INIT2 100 # second init sequence: 100 usec
+ EXEC 80 # normal execution time
+ WRCG 120 # CG RAM Write
+ CLEAR 2250 # Clear Display
+ HOME 2250 # Return Cursor Home
+ ONOFF 2250 # Display On/Off Control
+ }
}
# Dual-HD44780 display from Pollin
@@ -828,7 +843,7 @@ Layout testMySQL {
#Display 'MI240'
#Display 'CW12232'
#Display 'HD44780-generic'
-#Display 'HD44780-WinAmp'
+Display 'HD44780-WinAmp'
#Display 'WDC2704M'
#Display 'SC1602D'
#Display 'LCM-162'
@@ -839,7 +854,7 @@ Layout testMySQL {
#Display 'M50530-24x8'
#Display 'LCDTerm'
#Display 'SimpleLCD'
-Display 'BA63'
+#Display 'BA63'
#Display 'CT20x4'
#Display 'T6963-240x64'
#Display 'XWindow'