Lib for the new LCD Display with ILI9341 controller with rounded (outlined and filled) rectangles added

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
13:b2b3e5430f81
Parent:
12:98cc5c193ecd
Child:
14:70665f0a182f
--- 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