Chinese module HY-1.8 SPI TFT lcd Display library.

Dependencies:   BurstSPI

Dependents:   KL25Z_DCF77_HY-1_8LCD

Fork of HY-1_8TFT_ST7735 by Paul Staron

Revision:
2:26149011665e
Parent:
0:35a1964228b4
--- a/GraphicsDisplay.h	Fri Apr 19 20:46:47 2013 +0000
+++ b/GraphicsDisplay.h	Sun Oct 11 21:30:26 2015 +0000
@@ -15,7 +15,7 @@
     virtual int width() = 0;
     virtual int height() = 0;
         
-    virtual void window(int x, int y, int w, int h);
+    virtual void gwindow(int x, int y, int w, int h);
     virtual void putp(int colour);
     
     virtual void cls();