Hello, I have a tft 2.4" display just like this one: http://www.instructables.com/id/How-to-use-24-inch-TFT-LCD-SPFD5408-with-Arduino-U/It uses SPI.
I am trying to understand the labels on the pin of the display. Alone with LCD_CS I assume this is CS in SPI, and LCD_RST, I assume this is Rest in SPI,
but what are LCD_WR, LCD_RS and LCD_RD? Are they similar to MOSI, MISO in SPI terminologies? Thanks.