ILI9328 TFT LCD Arduino library

14 Jun 2012

Hello. I am trying to just write text to the ILI9325/9328 display. I purchased it from Adafruit -http://www.adafruit.com/products/335 - and they have written libraries for using it with Arduino. Would it be difficult to modify these libraries (https://github.com/adafruit/TFTLCD-Library , https://github.com/adafruit/Adafruit-GFX-Library) for mbed? All I am interested in is printing text to the display and controlling the position if needed. I can find libraries on mbed.org like "TFTLCD" but it's for a different contoroller(not sure how different) and using a 16bit parallel interface. Any suggestions on where to start. I need help trans coding for mbed. It's wired according to (http://www.ladyada.net/products/tfttouchbreakout/). It's using the 8bit parallel interface. Here is a pic of my wiring (https://www.dropbox.com/s/1u2flcjq260n0bd/Photo%20Jun%2014%2C%2012%2028%2040%20PM.jpg). Please don't mind the other components, as I am not interested in those right now.

14 Jun 2012

Welcome ! Not sure if somebody has a library for parallel interfaced ILI 9325 . Have a look here for driver design tips

http://mbed.org/forum/electronics/topic/3390/

14 Jun 2012

Thanks. Did a search, but did not see that. Well, I have a bunch of reading and learning to do. When I look at the libraries, I understand functions, loops, variable, defines, includes, but there are a bunch of things like classes and bit wise stuff I don't understand. As long as I copy and paste into a google search what I don't get, it usually points to a bunch of good references. I love google.

17 Jun 2012

I have a question about some of the code in the TFTLCD-Library. All throughout the code, avr/pgmspace.h is used with data types such as uint16_t or uint8_t. I know these are unsigned integers, but will the mbed compiler pick up on these or are these specific to the avr compiler? Sorry if I am not wording some of this right, but i'm doing my best. I am just trying to change the minimal amount of code to get this screen working on the mbed. Any suggestions would be appreciated.

02 Jul 2015

Anyone got this display working with the TFTLCD mbed library?

12 Aug 2015

The UniGraphic library might work with it. Since I don't have access to ILI9328 device, I have not tried it though.

https://developer.mbed.org/teams/GraphicsDisplay/code/UniGraphic/