Forked para SNOCC
Fork of RA8875 by
Diff: TextDisplay.cpp
- Revision:
- 61:8f3153bf0baa
- Parent:
- 47:d96a09269f91
- Child:
- 75:ca78388cfd77
--- a/TextDisplay.cpp Sat Aug 16 19:26:17 2014 +0000 +++ b/TextDisplay.cpp Sun Aug 17 13:46:06 2014 +0000 @@ -55,7 +55,7 @@ } // crude cls implementation, should generally be overwritten in derived class -RetCode_t TextDisplay::cls() +RetCode_t TextDisplay::cls(uint16_t layers) { INFO("cls()"); locate(0, 0);