KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
104:8d1d3832a215
Parent:
101:e0aad446094a
Child:
109:7b94f06f085b
--- a/GraphicsDisplay.cpp	Sun Feb 07 23:18:01 2016 +0000
+++ b/GraphicsDisplay.cpp	Mon Feb 08 01:47:56 2016 +0000
@@ -85,6 +85,10 @@
     font = NULL;
 }
 
+//GraphicsDisplay::~GraphicsDisplay()
+//{
+//}
+
 RetCode_t GraphicsDisplay::SelectUserFont(const unsigned char * _font)
 {
     font = _font;     // trusting them, but it might be good to put some checks in here...