I'm completely new to using SPI devices and I'm trying to interface an SPI LCD device with the LM4F launchpad and I'm not sure where to look.
I found the ssi example in the Stellarisware files for IAR workbench but I've read online that SSI and SPI are not necessarily the same. I just want to make sure I can connect them in the following way:
uController LCD
SSI0Clk SCL (Serial Clock)
SSI0TX SI (Serial Data)
SSI0FSS CS (chip select)
There's also a pin on the LCD, A0 (Select registers 0: instruction , 1: data register) that I'm not sure where to connect to. I know SPI should have 4 lines but since the LCD is only input, I'd imagine there's no need to return anything to the uC.
This is the LCD I'm using: http://www.newhavendisplay.com/specs/NHD-C12832A1Z-NSW-BBW-3V3.pdf
I'd appreciate any help you can give!