LCD display with ILI9341 driver on Arduino

I finally got it working with nid69ita .rar library. My setup:

a) New Arduino nano 328 16 Mhz 5v
b) 2.2" Serial SPI TFT LCD Module Display 240*320 Chip ILI9340C+PCB Adapter SD Card http://www.ebay.es/itm/200952295233?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649
c) 4-Channel 5V-3.3V Level Converter http://www.ebay.es/itm/Adafruit-4-Channel-5V-3-3V-Level-Converter-for-Raspberry-Pi-GPIO-Arduino-etc-/181225596332?pt=UK_Computing_Other_Computing_Networking&hash=item2a31e325ac&_uhb=1

Just some advices with problems I found:

  • The bidiretional level converters based on MOS has a voltage regulator from 5V to 3.3V. Initially I didn't got 3.3v in the output, but finally I discovered that it has and output 0.2v shottky diode after the regulator, so you need to use this output pin to make it work and drains maximum of 150mA.
  • The LED output I need to conect to a BC337 NPN transistor since the arduino nano+level converter have not enough current fanout.

Finally from the hellow world now one can work in the development.