Lib for the new LCD Display with ILI9341 controller

Dependents:   TFT_Test_ILI9341 touch_piirto TFT_banggood TFT_Test_ILI9341-a-fish ... more

Issue: Not Compatible With FRDM-KL25Z

The KL25Z doesn't support 16-bit SPI transfers, and doesn't have a LocalFileSystem. Therefore, the code does not compile without substantial modifications.

2 comments:

22 Oct 2013

Can you check the new version ? I have no kinetis setup to test at the moment.

28 Jan 2014

first it complains that P5, P6 ... not defined

I added this in main

PinName p5, p6, p7, p8, p9, p10;

SPI_TFT_ILI9341 TFT(p5, p6, p7, p8, p9, p10,"TFT"); mosi, miso, sclk, cs, reset, dc

then it complain Error: No space in execution regions with .ANY selector matching graphics.c.KL25Z.o(.data). Error: Sections of aggregate size 0x49e8 bytes could not fit into .ANY selector(s).

this is my first time compile a mbed project, I am not sure I am doing everything right.

if you have any question, please let me know, my email is dsun@asantesolutions.com