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:
3:0c93cc292fb3
--- a/LCD6x8.h	Wed Oct 26 01:59:10 2016 +0000
+++ b/LCD6x8.h	Thu Oct 27 13:05:24 2016 +0000
@@ -1,15 +1,5 @@
-#ifndef LCD6X8_H
-#define LCD6X8_H
-
-//WARNING: This Font Require X-GLCD Lib.
-//         You can not use it with MikroE GLCD Lib.
-
-//Font Generated by MikroElektronika GLCD Font Creator 1.2.0.0
-//MikroElektronika 2011 
-//http://www.mikroe.com 
-
-//GLCD FontName : LCD6x8
-//GLCD FontSize : 6 x 8
+// FontName : LCD6x8
+// FontSize : 6 x 8
 
 __align(2) 
 const unsigned char LCD6x8[] = {
@@ -113,5 +103,3 @@
     0x05, 0x00, 0x06, 0x09, 0x09, 0x06, 0x00,  // Code for char ~ (Degrees symbol)
     0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00   // Code for char 
 };
-
-#endif // LCD6X8_H