Class Module for EA DOGS102 Graphic LCD display SPI Interface

Dependents:   mDotEVBM2X MTDOT-EVB-LinkCheck-AL MTDOT-EVBDemo-DRH MTDOT_BOX_EVB_LCD_Helloworld ... more

Revision:
3:a0f69c276cc6
Parent:
2:4a773f4896c7
--- a/font_6x8.h	Tue Oct 27 19:52:17 2015 +0000
+++ b/font_6x8.h	Tue Nov 10 15:45:53 2015 -0600
@@ -1,3 +1,6 @@
+#ifndef __FONT68_H__
+#define __FONT68_H__
+
 /* File '6X8.FV' as include
  * The font was generated with EA FontEditor. Please contact ELECTRONIC ASSEMBLY
  * for more details (techik@lcd-module.de)
@@ -119,3 +122,5 @@
     2,  1,  2,  4,  2,  0,
    60, 38, 35, 38, 60,  0
 };
+
+#endif