I'm writing code for a SPI connected LCD and so took a look at the built in routines but noticed they don't seem to reference the /SS line. Does Hardware SPI Toggle /SS Line?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm writing code for a SPI connected LCD and so took a look at the built in routines but noticed they don't seem to reference the /SS line. Does Hardware SPI Toggle /SS Line?
Oops I guess /SS is only an input for use when in Slave mode. I thought it would act as CS to tell the LCD slave to receive data...