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.

Dependents:   Mandelbrot

Fork of SPI_TFT_ILI9341 by Peter Drescher

Changes

RevisionDateWhoCommit message
17:8794e2eadd8d 2014-12-08 gregeric Applied changes to _NUCLEO & _NXP versions (untested, no hardware). default tip
16:51b40ebe3280 2014-12-08 gregeric 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
15:b73b8a8c4692 2014-11-30 gregeric Increased SPI_SCK to 40MHZ for Nucleo STM32F401.
14:31cd7c2e101d 2014-11-06 gregeric Increase SCLK to 50MHz
13:b2b3e5430f81 2014-06-25 dreschpe add fast LPC1768 version
12:98cc5c193ecd 2014-06-25 dreschpe Add fast Version for Nucleo F103
11:59eca2723ec5 2014-06-24 dreschpe Add fast Version for NUCLEO L152RE
10:50f88bd5557f 2014-06-22 dreschpe fix warning
9:423e6a952472 2014-06-22 dreschpe switch back to old Version - new fork for L152 will be published with new name
8:07ad6a48a85d 2014-06-22 dreschpe Special Nucleo L152 version of TFT Lib
7:4c30bea883bc 2014-01-26 dreschpe Set the spi frequency back to 10Mhz to get the SD card working again.
6:fe07ae8329f7 2014-01-26 dreschpe Change the bmp16 interface to also use SD-cards to load pictures.
5:55aed13f2630 2013-10-22 dreschpe Fixes for Kinetis Board
4:f018e272220b 2013-10-18 dreschpe remove old circle code
3:3d7298360e45 2013-10-18 mazgch better circle functions
2:0a16083193a4 2013-07-21 dreschpe implement set_orientation
1:6d6125e88de7 2013-06-13 dreschpe Init sequence changed based on MI0283QT datasheet
0:da1bf437cbc1 2013-06-12 dreschpe Test Version,