Hi,
I want to interface an LCD with MSP430fr2311 using a shift register 74HC164 in 4 bit mode. My hardware connections are:
Data pin of 74HC164 - Pin 15 of MSP430 (P1.7)
CLK pin of 74HC164 - Pin 17 of MSP430 (P1.5)
RS pin of LCD - Pin 1 of MSP430 (P1.1)
EN pin of LCD - Pin 2 of MSP430 (P1.0)
Can anyone help me to write the code in which I can display a string on the LCD screen by sending it through shift register 74HC164.
