From ef7ed57ba48bba111b776b57c54d2cacffa209a0 Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 5 Jan 2006 19:27:26 +0000 Subject: [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 --- lcd4linux.conf.sample | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'lcd4linux.conf.sample') 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' -- cgit v1.2.3