Using CFA-634 with SPI interface

ratnesh

New member
Hi

How can I use the serial LCD to connect using SPI? do you have any application notes

Thanks

ratnesh
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Tech

Administrator
Basically close JPA and probably JPE, then just connect your processor's pins like this:

SPI_Data to DATA_IN
SPI_Clock to SPI_CLK
SS to SPI_CS

Then send over some data that conforms to this timing diagram:

http://www.crystalfontz.com/products/634/spi.html

spi.gif
 
Top