Fork of David Smart's RA8875 library

Fork of RA8875 by David Smart

Revision:
23:a50ded45dbaf
Parent:
19:3f82c1161fd2
Child:
29:422616aa04bd
--- a/Arial12x12.h	Sun Jan 12 21:18:47 2014 +0000
+++ b/Arial12x12.h	Wed Jan 15 12:24:54 2014 +0000
@@ -1,4 +1,5 @@
-
+#ifndef ARIAL12X12_H
+#define ARIAL12X12_H
 
 //GLCD FontName : Arial12x12
 //GLCD FontSize : 12 x 12
@@ -104,3 +105,5 @@
     0x07, 0x00, 0x00, 0x20, 0x00, 0x10, 0x00, 0x10, 0x00, 0x20, 0x00, 0x20, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char ~
     0x08, 0x00, 0x00, 0xFE, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0xFE, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00   // Code for char 
 };
+
+#endif // ARIAL12X12_H