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.
Fork of SPI_TFT_ILI9341 by
Revision 9:423e6a952472, committed 2014-06-22
- Comitter:
- dreschpe
- Date:
- Sun Jun 22 22:28:51 2014 +0000
- Parent:
- 7:4c30bea883bc
- Child:
- 10:50f88bd5557f
- Commit message:
- switch back to old Version - new fork for L152 will be published with new name
Changed in this revision
| SPI_TFT_ILI9341.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SPI_TFT_ILI9341.cpp Sun Jan 26 20:54:21 2014 +0000 +++ b/SPI_TFT_ILI9341.cpp Sun Jun 22 22:28:51 2014 +0000 @@ -15,6 +15,7 @@ // 18.10.13 Better Circle function from Michael Ammann // 22.10.13 Fixes for Kinetis Board - 8 bit spi // 26.01.14 Change interface for BMP_16 to also use SD-cards +// 23.06.14 switch back to old Version - fork for L152 #include "SPI_TFT_ILI9341.h" #include "mbed.h"
