aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-01-05 19:27:26 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-01-05 19:27:26 +0000
commitef7ed57ba48bba111b776b57c54d2cacffa209a0 (patch)
tree68aae4f804913e536e4c254471b03dfd316f58e4 /lcd4linux.conf.sample
parent0ed6f3564184cf27d9ad918200d43604c8582d93 (diff)
downloadlcd4linux-ef7ed57ba48bba111b776b57c54d2cacffa209a0.tar.gz
[lcd4linux @ 2006-01-05 19:27:26 by reinelt]
HD44780 power supply from parport git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@609 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-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'