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/Arial8x8.h	Wed Oct 26 01:59:10 2016 +0000
+++ b/Arial8x8.h	Thu Oct 27 13:05:24 2016 +0000
@@ -1,5 +1,7 @@
+// FontName : Arial8x8
+// FontSize : 8 x 8
 
-
+__align(2) 
 const unsigned char Arial8x8[] = {
         9,8,8,1,                                    // Length,horz,vert,byte/vert
         0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char  
@@ -98,4 +100,4 @@
         0x03, 0x00, 0x77, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char }
         0x04, 0x02, 0x01, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00,  // Code for char ~
         0x02, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00   // Code for char 
-        };
\ No newline at end of file
+        };