aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2006-01-05 19:27:26 +0000
committerreinelt <>2006-01-05 19:27:26 +0000
commit816af6bcea418a623e069ac8176d53081e775f4e (patch)
tree68aae4f804913e536e4c254471b03dfd316f58e4 /lcd4linux.conf.sample
parenta1dd0dc2cae4fd4d7cc9f760fe14fdd18a62b72e (diff)
downloadlcd4linux-816af6bcea418a623e069ac8176d53081e775f4e.tar.gz
[lcd4linux @ 2006-01-05 19:27:26 by reinelt]
HD44780 power supply from parport
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample14
1 files changed, 12 insertions, 2 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 5d33622..355830b 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -118,6 +118,7 @@ Display HD44780-generic {
ENABLE 'STROBE'
ENABLE2 'GND'
GPO 'INIT'
+ POWER 'GND'
}
}
@@ -135,6 +136,7 @@ Display HD44780-winamp {
ENABLE 'STROBE'
ENABLE2 'GND'
GPO 'GND'
+ POWER 'GND'
}
Timing {
# low-level communication [ns]
@@ -150,6 +152,11 @@ Display HD44780-winamp {
CLEAR 2250 # Clear Display
HOME 2250 # Return Cursor Home
ONOFF 2250 # Display On/Off Control
+ # GPO timing [ns]
+ GPO_ST 20 # 74HCT573 set-up time
+ GPO_PW 230 # 74HCT573 enable pulse width
+ # Power supply timing [ms]
+ POWER 500 # power-on delay
}
}
@@ -167,6 +174,7 @@ Display WDC2704M {
ENABLE 'STROBE'
ENABLE2 'SLCTIN'
GPO 'GND'
+ POWER 'GND'
}
}
@@ -183,6 +191,7 @@ Display HD44780-kernelconcepts {
ENABLE 'STROBE'
ENABLE2 'GND'
GPO 'GND'
+ POWER 'GND'
}
}
@@ -198,6 +207,7 @@ Display SC1602D {
RS 'AUTOFD'
ENABLE 'STROBE'
GPO 'INIT'
+ POWER 'GND'
}
}
@@ -908,12 +918,12 @@ Layout testMySQL {
#Display 'SerDispLib'
#Display 'LCD-Linux'
#Display 'LCD2041'
-Display 'LK202'
+#Display 'LK202'
#Display 'LK204'
#Display 'MI240'
#Display 'CW12232'
#Display 'HD44780-generic'
-#Display 'HD44780-WinAmp'
+Display 'HD44780-WinAmp'
#Display 'WDC2704M'
#Display 'SC1602D'
#Display 'LCM-162'