This library is called TFT_ILI9341 and is a stand alone library that does not need the support of another GFX library. I have added a new library for the 2.2' TFT QVGA 240x320 pixel display with the ILI9341 driver. I have now added a driver library for the 1.8' TFT display based on the ST7735 driver along with examples. I have now added a driver library below for the 2.2' TFT QVGA 240x320 pixel display with the ILI9341 driver. After trying some examples I was a little disappointed that only scaled blocky fonts were available - so I have modified the original libraries to add some new fonts and functions. This library is used in conjunction with the Adafruit_GFX library. Eventually I found that the ones I had bought used the Samsung S6D02A1 driver chip and I had been trying to use the wrong library.Īfter a brief search on the web I came across the Adafruit_QDTech library which worked really well.
Recently I bought a few cheap 1.8' TFT displays for a project, initially I could not get them working which was frustrating.
I am quite a fan of the Arduino as there is so much software already available on the internet, this makes completing new projects easier!