Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: SPI_TFT_ILI9341.cpp
- Revision:
- 13:b2b3e5430f81
- Parent:
- 12:98cc5c193ecd
diff -r 98cc5c193ecd -r b2b3e5430f81 SPI_TFT_ILI9341.cpp --- 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