ATMega32 SPI Interfaces To SN74HC164 And LCD Using 3 Pins
The HD44780 character LCD type uses parallel interface with controller, even it operates in 4-bit data transfer mode. Currently most electronic hobbyists use an additional shift register or an I/O expanding chip, especially the PCF8574T chip.
Character LCD With PCF8574T
In this example, I use SN74HC164 shift register to interface between controller and character LCD.
Schematic Diagram
I use two wires - serial data and serial clock to interface between controller and SN74HC164. However I use one additional pin to interacts with LCD Enable pin. It's because I have difficulty during programming.
No comments:
Post a Comment