You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
Hi @Gordon,
I don't understand which pins are SPI MOSI MISO SCK and CS.
I found only that this LCD can drive by UTFT arduino lib (but as i understand only in 8bit/16bit interface) and nothing about SPI.Is there any way to detect SPI pins?
I haven't come across that one before, but it looks a little like this one, which you could try? http://www.espruino.com/ILI9341
The datasheet is here and it does appear that the LCD supports the SPI interface: http://www.hpinfotech.ro/S6D1121.pdf
If you can find a simple example of using it with some other device like an Arduino then we could help you to make a driver to get it working?