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
Fork of TFT_fonts by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:455244d71b60 | 2015-01-22 | gregeric | Manually correct missing upright on Arial10x10 'W' |
3:692323c5bc65 | 2015-01-19 | gregeric | Added Arial10x10 font. |
2:11e21ad14e28 | 2014-12-08 | gregeric | 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; ; |
1:76774250fcec | 2013-07-14 | dreschpe | align fonts to word border. |
0:419d21bfc20c | 2012-09-10 | dreschpe | [mbed] converted /TFT/TFT_fonts |