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:
0:f40dbeaefe69
Child:
2:4a773f4896c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MultiTech_Logo.h	Mon Jul 06 19:37:13 2015 +0000
@@ -0,0 +1,35 @@
+/* File 'C:\Users\tab\Documents\LORA RF\mDot-EVB Gamgee\MultiTech_Logo_Black_1bit.bmp' as include
+
+  TAB 6/22/2015 - Modified for mbed compiler
+
+ the array starts with a 2 byte header:
+  1th Byte: Width of image in dots
+  2th Byte: Height of image in dots
+  After that image data will follow */
+
+#define MultiTech_Logo_LEN  308
+
+const uint8_t MultiTech_Logo[MultiTech_Logo_LEN] =
+{
+  102, 21,
+  240,240,240,224,192,128,192,224,240,240,240,  0,  0,240,240,240,
+    0,  0,  0,  0,240,240,240,  0,  0,240,240,240,  0,  0,  0,112,
+  112,112,240,240,240,112,112,112,  0,240,240,240,  0, 48, 48, 48,
+  240,240, 48, 48, 48,  0,240,240, 48, 48, 48, 48, 48,  0,128,192,
+  224,112, 48, 48, 48, 48,112, 96,  0,240,240,  0,  0,  0,  0,  0,
+  240,240,  0,192,240,248,124,190,222,239,247,247,247,247,247,239,
+  222,190,124,248,240,192,127,127,127,  7, 15, 31, 15,  7,127,127,
+  127,  0,  0, 31, 63,127,112, 96, 96,112,127, 63, 31,  0,  0,127,
+  127,127,112,112,112,112,  0,  0,127,127,127,  0,  0,  0,  0,127,
+  127,127,  0,  0,  0,  0,127,127,  0,  0,  0,  0,127,127, 98, 98,
+   98, 98, 98,  0, 15, 31, 56,112, 96, 96, 96, 96,112, 48,  0,127,
+  127,  2,  2,  2,  2,  2,127,127,  0, 31,127,255,240,239,223,191,
+  127,127,127,127,127,191,223,239,240,255,127, 31,  0,  0,  0,  0,
+    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
+    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
+    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
+    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
+    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
+    0,  0,  1,  3,  3,  7,  7,  7,  7,  7,  7,  7,  3,  3,  1,  0,
+    0,  0
+};