KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
61:8f3153bf0baa
Parent:
59:fb40aad4efd4
Child:
69:636867df24a1
--- a/GraphicsDisplay.cpp	Sat Aug 16 19:26:17 2014 +0000
+++ b/GraphicsDisplay.cpp	Sun Aug 17 13:46:06 2014 +0000
@@ -253,7 +253,7 @@
     fillrect(x,y, x+w, y+h, color);
 }
 
-RetCode_t GraphicsDisplay::cls()
+RetCode_t GraphicsDisplay::cls(uint16_t layers)
 {
     fill(0, 0, width(), height(), _background);
     return noerror;