I created extra fonts., Regular and Bold, up to size 16. Arial, Calilbri, Consolas, Verdana. New self-Made font inspired on HD44780, but twice as big and smoother, for 2.8" 320x240 TFT (with Capacitive Touch)

Fork of TFT_fonts by Jack Berkhout

Revision:
8:9430a7f2f602
Parent:
2:532ad387d372
--- a/Small_7.h	Wed Oct 26 01:59:10 2016 +0000
+++ b/Small_7.h	Thu Oct 27 13:05:24 2016 +0000
@@ -1,6 +1,7 @@
-#ifndef small_7
-#define small_7
+// FontName : Small_7
+// FontSize : 9 x 9
 
+__align(2) 
 const unsigned char Small_7[] = {
         19,9,9,2,                                    // Length,horz,vert,byte/vert    
         0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char  
@@ -100,5 +101,3 @@
         0x05, 0x0C, 0x00, 0x04, 0x00, 0x0C, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char ~
         0x03, 0xFE, 0x01, 0x02, 0x01, 0xFE, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00   // Code for char 
         };
-        
-#endif