Lib for the new LCD Display with ILI9341 controller Modified for huge fonts (>255 bytes/char). Needs modified font.h files with 2-byte size parameter. Window size is set on a per-character basis to minimise the number of pixels written (speed-up, plus better detection of whether one last character will fit on the current line). NUCLEO & NXP DMA-enabled versions are modified but untested.

Dependents:   Mandelbrot

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
13:b2b3e5430f81
Parent:
12:98cc5c193ecd
Child:
14:31cd7c2e101d
--- a/SPI_TFT_ILI9341.cpp	Wed Jun 25 07:54:58 2014 +0000
+++ b/SPI_TFT_ILI9341.cpp	Wed Jun 25 16:51:27 2014 +0000
@@ -20,7 +20,7 @@
 // 25.06.14 Add optimized F103 version
 
 // exclude this file for platforms with optimized version
-#if defined TARGET_NUCLEO_L152RE || defined TARGET_NUCLEO_F103RB
+#if defined TARGET_NUCLEO_L152RE || defined TARGET_NUCLEO_F103RB || defined TARGET_LPC1768
 // this platforms are supported by special version in different source file
 #else