I am currently developing a control unit which uses a 2.8" LCD TFT display. I saw that atmel has a library already available for the ILI9341 driver ( ILI93XX.c, ILI93XX.h). I checked in Digikey and saw that they have two types of driver displays currently available for my specs. one is an obselete version using the ILI9341 driver and and the other being active uses the ILI9341V. My question is would i still be able to use the library file with the active driver? as in the library file it states that it can be used for the ILI9325 and the ILI9341 drivers.
I went through the datasheets of both (ILI9341 and ILI9341V) and couldnt really find a difference between the two (maybe i havent checked properly). would i be able to use the "active" ILI9341V driver with the ILI93XX.c, ILI93XX.h files availbe in ATMEL studio 7? And what are the differences between the two?
By the way I am using a ATSAM4E.