ili9325 tft lcd in stock

This is a 2.8" Arduino Touch Screen Tutorial with the ILI9325 driver. Is this Arduino touch display a good option for your Arduino projects? Keep watching in...

ili9325 tft lcd in stock

It clearly says, that this register controls the ILI9325 internal driver. However it does not affect the way your input data is stored in LCD RAM by the driver.

This register only controls how contents of the LCD RAM are connected to the LCD pixels. It clearly says that DIRECTION OF OUTPUTS FROM THE DRIVER changes. The driver is capable of reversing your image by just changing SS setting in this register from 0 to 1. Please read more about it in the documentation, because you also need to adjust RGB settings.

ili9325 tft lcd in stock

You can use an IDC connector which crimps onto a ribbon cable to connect wires/ribbon cable to the LCD (see http://www.mantech.co.za/ProductInfo.aspx?Item=83M0013 for example). If you only need to connect to the LCD data and control pins you don"t need that many connections and you could use SIL sockets (www.mantech.co.za/Stock.aspx?Query=SOCK+SIL+STR+HOUSED+2.54and) but then you"ll need to solder wires to the socket pins. You can also use SIL housing (http://www.mantech.co.za/Stock.aspx?Query=housing+SIL+2.54and) but this requires that you crimp wires on terminals, not all that easy without a proper crimping tool. Perhaps the easiest would be to get hold of an old IDE hard drive ribbon connector (http://www.computerhope.com/jargon/i/ide.htm), I think it should fit.

I suggest you try and find a tutorial/code/description for your specific LCD board, because the LCD controller chip is only rated to work with input voltages up to 3.3V. Some boards put in voltage shift IC"s which makes them compatible with the Arduino 5V output. There are also different data transfer settings (8 bit, 16 bit, SPI). If you only push 8 bit data but the controller is configured for 16 bit data you will have an obvious problem. If it is configured for 8 bit transfer, you need to know whether you must connect to DB0-DB7 or DB8-DB15. I have an LCD board which is configured for 8 bit transfer, but have to use pins DB8-DB15.