part1

Dependencies:   LCD_fonts

Fork of LCD_fonts by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Thu Oct 25 17:35:39 2012 +0000
Parent:
0:ac9b0945fdb1
Child:
2:10e04cac22a8
Commit message:
Font Small_7 is included in LCD lib

Changed in this revision

Small_7.h Show annotated file Show diff for this revision Revisions of this file
--- a/Small_7.h	Tue Oct 16 14:07:43 2012 +0000
+++ b/Small_7.h	Thu Oct 25 17:35:39 2012 +0000
@@ -1,3 +1,6 @@
+#ifndef small_7
+#define small_7
+
 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  
@@ -97,3 +100,5 @@
         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