Published Adafruit_ILI9341 LCD Library

Just published the Adafruit_ILI9341 LCD controller library. This library is helpful if you are using a LCD display that uses the ILI9341 controller IC. It requires Adafruit_mfGFX or Adafruit_GFX library as well.

I have used it successfully with the 2.8" TFT Color LCD from buydisplay.com

See the example textgfx.ino for how to use the library.

5 Likes

Thanks @mtnscott!

People with this LCD library should be really excited to know that it’s supported on Spark cores!!

1 Like

I am trying to run the sample app “as-is” and keep getting errors (31 total) in the form of:
‘struct GPIO_TypeDef’ has no member named ‘BRR’

Suggestions on how to fix?

Never mind. Fixing the library according to PIN_MAP issue with Adafruit SSD1351 - OLED & SD card worked.