Lib for the new LCD Display with ILI9341 controller Modified for huge fonts (>255 bytes/char). Needs modified font.h files with 2-byte size parameter. Window size is set on a per-character basis to minimise the number of pixels written (speed-up, plus better detection of whether one last character will fit on the current line). NUCLEO & NXP DMA-enabled versions are modified but untested.
Fork of SPI_TFT_ILI9341 by
Diff: SPI_TFT_ILI9341.cpp
- Revision:
- 15:b73b8a8c4692
- Parent:
- 14:31cd7c2e101d
- Child:
- 16:51b40ebe3280
--- a/SPI_TFT_ILI9341.cpp Thu Nov 06 09:47:42 2014 +0000
+++ b/SPI_TFT_ILI9341.cpp Sun Nov 30 12:20:56 2014 +0000
@@ -39,7 +39,7 @@
orientation = 0;
char_x = 0;
SPI::format(8,3); // 8 bit spi mode 3
- SPI::frequency(50000000); // 10 Mhz SPI clock
+ SPI::frequency(40000000); // 10 Mhz SPI clock
tft_reset();
}
