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
Revision 4:455244d71b60, committed 2015-01-22
- Comitter:
- gregeric
- Date:
- Thu Jan 22 14:25:33 2015 +0000
- Parent:
- 3:692323c5bc65
- Commit message:
- Manually correct missing upright on Arial10x10 'W'
Changed in this revision
Arial10x10.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 692323c5bc65 -r 455244d71b60 Arial10x10.h --- a/Arial10x10.h Mon Jan 19 22:14:47 2015 +0000 +++ b/Arial10x10.h Thu Jan 22 14:25:33 2015 +0000 @@ -63,7 +63,7 @@ 0x05, 0x01, 0x00, 0x01, 0x00, 0xFF, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char T 0x06, 0x7F, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char U 0x07, 0x03, 0x00, 0x0C, 0x00, 0x30, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x0C, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char V - 0x0A, 0x3C, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x0E, 0x00, 0x01, 0x00, 0x0E, 0x00, 0x30, 0x00, 0xC0, 0x00, 0x3C, 0x00, 0x03, 0x00, // Code for char W + 0x09, 0x3F, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x0E, 0x00, 0x01, 0x00, 0x0E, 0x00, 0x30, 0x00, 0xC0, 0x00, 0x3F, 0x00, 0x00, 0x00, // Code for char W 0x06, 0x81, 0x00, 0x66, 0x00, 0x18, 0x00, 0x18, 0x00, 0x66, 0x00, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char X 0x07, 0x01, 0x00, 0x06, 0x00, 0x08, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x06, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char Y 0x06, 0x80, 0x00, 0xC1, 0x00, 0xB1, 0x00, 0x8D, 0x00, 0x83, 0x00, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char Z