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

Revisions of SPI_TFT_ILI9341.cpp

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