It seems to be a normal ILI9341, however I can't figure out the correct wiring I should use.
The adafruit library uses the following connections #define _cs 10 #define _dc 9 #define _rst 8
SCLK, MISO, MOSI through ICSP.
I tried to connect My Arduino Yun ICSP connection to LCD Pins as follow:
MISO -> SDI?
MOSI -> RS?
SCK -> CLK
Digital ports to:
D9 -> ? This should be D/C but no such thing on lcd.
D8 -> RST
D10 -> CS
I have no idea where D/C should connect to on the LCD as there is no such pin.
Also I'm absolutely no sure about MISO MOSI if that should connect to SDI and RS.