Lib for the new LCD Display with ILI9341 controller
Diff: SPI_TFT_ILI9341.cpp
- Revision:
- 13:b2b3e5430f81
- Parent:
- 12:98cc5c193ecd
- Child:
- 14:2724838d11ed
--- 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