Font to use with the SPI_TFT lib Modified font format to allow for huge fonts (>255 bytes per character). Added Arial94x94.h & modified others. Must be used with my fork of dreshpe's SPI_TFT_ILI9341 library

Dependents:   Mandelbrot

Fork of TFT_fonts by Peter Drescher

History

Manually correct missing upright on Arial10x10 'W' default tip

2015-01-22, by gregeric [Thu, 22 Jan 2015 14:25:33 +0000] rev 4

Manually correct missing upright on Arial10x10 'W'


Added Arial10x10 font.

2015-01-19, by gregeric [Mon, 19 Jan 2015 22:14:47 +0000] rev 3

Added Arial10x10 font.


Four-byte header now 5 bytes with 2 bytes for bytes/character parameter, permitting the use of big fonts. Header is now:; MSB(len), LSB(len), hor, vert, bytes; ;

2014-12-08, by gregeric [Mon, 08 Dec 2014 14:24:31 +0000] rev 2

Four-byte header now 5 bytes with 2 bytes for bytes/character parameter, permitting the use of big fonts. Header is now:; MSB(len), LSB(len), hor, vert, bytes; ;


align fonts to word border.

2013-07-14, by dreschpe [Sun, 14 Jul 2013 20:09:09 +0000] rev 1

align fonts to word border.


[mbed] converted /TFT/TFT_fonts

2012-09-10, by dreschpe [Mon, 10 Sep 2012 19:23:24 +0000] rev 0

[mbed] converted /TFT/TFT_fonts