KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
23:a50ded45dbaf
Parent:
19:3f82c1161fd2
Child:
29:422616aa04bd
--- a/GraphicsDisplay.cpp	Sun Jan 12 21:18:47 2014 +0000
+++ b/GraphicsDisplay.cpp	Wed Jan 15 12:24:54 2014 +0000
@@ -102,8 +102,9 @@
     0x0C,0x0C,0x0C,0x00,0x0C,0x0C,0x0C,0x00, // |
     0x70,0x18,0x18,0x0E,0x18,0x18,0x70,0x00, // }
     0x3B,0x6E,0x00,0x00,0x00,0x00,0x00,0x00, // ~
-    0x1C,0x36,0x36,0x1C,0x00,0x00,0x00,0x00
-}; // DEL
+    0x1C,0x36,0x36,0x1C,0x00,0x00,0x00,0x00  // DEL
+}; 
+
 
 GraphicsDisplay::GraphicsDisplay(const char *name):TextDisplay(name)
 {