C12832 by dreschpe modified to work with the DOGL128-6 LCD Display (ST7565R based)

Dependents:   DOGL128Test

Fork of C12832_lcd by Peter Drescher

Revision:
14:a68c1c6d125a
Parent:
13:2742c45bc9bc
Child:
15:2e1423772e77
--- a/DOGL128.h	Sat Jul 16 18:59:43 2016 +0000
+++ b/DOGL128.h	Sat Jul 16 19:06:00 2016 +0000
@@ -49,14 +49,14 @@
     char* data;
     };
 
-class DOGL128_LCD : public GraphicsDisplay
+class DOGL128 : public GraphicsDisplay
 {
 public:
-    /** Create a DOGL128_LCD object connected to SPI1
+    /** Create a DOGL128 object connected to SPI1
       *
       */
 
-    DOGL128_LCD(const char* name = "LCD");
+    DOGL128(const char* name = "LCD");
 
     /** Get the width of the screen in pixel
       *