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.
Dependents: PSTFT_DC_Power_Supply
Revision 15:8f025f350c10, committed 2015-04-08
- Comitter:
- sinrab
- Date:
- Wed Apr 08 10:53:36 2015 +0000
- Parent:
- 14:b640e38ec556
- Commit message:
- 1
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 Jan 21 17:33:47 2015 +0000
+++ b/SPI_TFT_ILI9341.cpp Wed Apr 08 10:53:36 2015 +0000
@@ -39,7 +39,7 @@
orientation = 0;
char_x = 0;
SPI::format(8,3); // 8 bit spi mode 3
- SPI::frequency(12000000); // 10 Mhz SPI clock
+ SPI::frequency(24000000); // 10 Mhz SPI clock
tft_reset();
}