Lib for the new LCD Display with ILI9341 controller
Diff: SPI_TFT_ILI9341.cpp
- Revision:
- 7:4c30bea883bc
- Parent:
- 6:fe07ae8329f7
- Child:
- 8:07ad6a48a85d
- Child:
- 9:423e6a952472
--- a/SPI_TFT_ILI9341.cpp Sun Jan 26 16:58:45 2014 +0000 +++ b/SPI_TFT_ILI9341.cpp Sun Jan 26 20:54:21 2014 +0000 @@ -143,7 +143,7 @@ void SPI_TFT_ILI9341::tft_reset() { _spi.format(8,3); // 8 bit spi mode 3 - _spi.frequency(20000000); // 10 Mhz SPI clock + _spi.frequency(10000000); // 10 Mhz SPI clock _cs = 1; // cs high _dc = 1; // dc high _reset = 0; // display reset