Eric Coyle / TFT_ST7735

Dependents:   ME503_VehicleAssembly

Revision:
4:46614318d085
Parent:
1:643bda4b6ced
Child:
7:58d9c26fd03c
--- a/Adafruit_ST7735.cpp	Wed Sep 16 01:46:12 2015 +0000
+++ b/Adafruit_ST7735.cpp	Thu Sep 24 02:33:25 2015 +0000
@@ -340,8 +340,8 @@
             lcdPort.write( lo );
         }
     }
-
     _cs = 1;
+    clearTextBuf(0,0,_width,_height);
 }