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: TFT_ILI9163C_BASE.cpp
- Revision:
- 13:ccf30d6c32b2
- Parent:
- 11:4dd4a2f7b7f6
--- a/TFT_ILI9163C_BASE.cpp Fri Mar 04 08:55:32 2016 +0000 +++ b/TFT_ILI9163C_BASE.cpp Thu Sep 27 12:41:06 2018 +0000 @@ -117,7 +117,7 @@ void TFT_ILI9163C_BASE::begin(void) { SPI::format(8,0); // 8 bit spi mode 0 - SPI::frequency(5000000L); // 5MHz + SPI::frequency(15000000L); // 5MHz if (_resetPinName != NC) { DigitalOut _reset(_resetPinName);