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.h
- Revision:
- 13:b2b3e5430f81
- Parent:
- 12:98cc5c193ecd
--- a/SPI_TFT_ILI9341.h Wed Jun 25 07:54:58 2014 +0000
+++ b/SPI_TFT_ILI9341.h Wed Jun 25 16:51:27 2014 +0000
@@ -386,7 +386,7 @@
*/
//unsigned short rd_reg (unsigned char reg);
- #if defined TARGET_NUCLEO_L152RE || defined TARGET_NUCLEO_F103RB
+ #if defined TARGET_NUCLEO_L152RE || defined TARGET_NUCLEO_F103RB || defined TARGET_LPC1768
/** fast SPI write function for optimized versions
*
* @param data data written to SPI
