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
History
Applied changes to _NUCLEO & _NXP versions (untested, no hardware).
2014-12-08, by gregeric [Mon, 08 Dec 2014 13:20:28 +0000] rev 17
Applied changes to _NUCLEO & _NXP versions (untested, no hardware).
Support large fonts, two bytes now used for char size. All font.h files must be modified:; MSB(len), LSB(len), hor, vert, bpl; Char window shrunk to minimum, gives speed-up & extra char can be written at end of line.; TODO: update _NXP & _NUCLEO.cpp
2014-12-08, by gregeric [Mon, 08 Dec 2014 10:03:05 +0000] rev 16
Support large fonts, two bytes now used for char size. All font.h files must be modified:; MSB(len), LSB(len), hor, vert, bpl; Char window shrunk to minimum, gives speed-up & extra char can be written at end of line.; TODO: update _NXP & _NUCLEO.cpp
Increased SPI_SCK to 40MHZ for Nucleo STM32F401.
2014-11-30, by gregeric [Sun, 30 Nov 2014 12:20:56 +0000] rev 15
Increased SPI_SCK to 40MHZ for Nucleo STM32F401.
Increase SCLK to 50MHz
2014-11-06, by gregeric [Thu, 06 Nov 2014 09:47:42 +0000] rev 14
Increase SCLK to 50MHz
add fast LPC1768 version
2014-06-25, by dreschpe [Wed, 25 Jun 2014 16:51:27 +0000] rev 13
add fast LPC1768 version
Add fast Version for Nucleo F103
2014-06-25, by dreschpe [Wed, 25 Jun 2014 07:54:58 +0000] rev 12
Add fast Version for Nucleo F103
Add fast Version for NUCLEO L152RE
2014-06-24, by dreschpe [Tue, 24 Jun 2014 15:37:52 +0000] rev 11
Add fast Version for NUCLEO L152RE
fix warning
2014-06-22, by dreschpe [Sun, 22 Jun 2014 22:32:01 +0000] rev 10
fix warning
switch back to old Version - new fork for L152 will be published with new name
2014-06-22, by dreschpe [Sun, 22 Jun 2014 22:28:51 +0000] rev 9
switch back to old Version - new fork for L152 will be published with new name
Special Nucleo L152 version of TFT Lib
2014-06-22, by dreschpe [Sun, 22 Jun 2014 21:44:00 +0000] rev 8
Special Nucleo L152 version of TFT Lib