Forked para SNOCC
Fork of RA8875 by
Diff: GraphicsDisplay.cpp
- Revision:
- 61:8f3153bf0baa
- Parent:
- 59:fb40aad4efd4
- Child:
- 69:636867df24a1
diff -r 2dfd574f63bd -r 8f3153bf0baa GraphicsDisplay.cpp --- 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;