recent hd44780 tips thread?
mpark
Posts: 1,305
Wasn't there a recent thread about hd44780 shortcuts such as tying r/w to ground?
Comments
PINOUTS
DB7 <--- PROP D0
DB6 <--- PROP D1
DB5 <--- PROP D2
DB4 <--- PROP D3
DB3 NC
DB2 NC
DB1 NC
DB0 NC
E <--- PROP E
R/W --- GND
RS --- PROP RS or PROP Dx via an RC
PINS REQUIRED = 6 or 5
Also keep in mind that the update rate of the lcd is very slow anyway and the longest delay is for the rare 'clear' or 'home' command which is around 1.5ms maximum. Even if you were to slow everything down to this rate you could still update the whole display 10 times a second.
As I said before, I have used this method in scores of commercial and industrial designs for around 20 years. The lcd manufacturers may be stuck in their old original parallel interface and unchallenged "recommendations" and ways but there is no reason that we should follow suit if we have a better way otherwise we may as well be wirewrapping 8080 era CPUs to these LCDs.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
*Peter*