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 14:31cd7c2e101d, committed 2014-11-06
- Comitter:
- gregeric
- Date:
- Thu Nov 06 09:47:42 2014 +0000
- Parent:
- 13:b2b3e5430f81
- Child:
- 15:b73b8a8c4692
- Commit message:
- Increase SCLK to 50MHz
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 Wed Jun 25 16:51:27 2014 +0000
+++ b/SPI_TFT_ILI9341.cpp Thu Nov 06 09:47:42 2014 +0000
@@ -39,7 +39,7 @@
orientation = 0;
char_x = 0;
SPI::format(8,3); // 8 bit spi mode 3
- SPI::frequency(10000000); // 10 Mhz SPI clock
+ SPI::frequency(50000000); // 10 Mhz SPI clock
tft_reset();
}
