Fork of LCD-Window which works with Enhanced TextLCD from Wim
Fork of LcdWindow by
Diff: multiwindow.cpp
- Revision:
- 1:65f72ed914fa
- Parent:
- 0:ae5037e3d6e0
- Child:
- 2:5ac5bab7daaf
--- a/multiwindow.cpp Mon Nov 15 22:37:30 2010 +0000
+++ b/multiwindow.cpp Tue Nov 16 20:49:18 2010 +0000
@@ -33,7 +33,7 @@
_width=_lcds[0]->getWidth();
}
-void MultiWindow::writeText(unsigned int line, unsigned int pos, char text[]) {
+void MultiWindow::writeText(const unsigned int line, const unsigned int pos, const char text[]) {
int len=_lcds.size();
int lines=0;
for (int i=0;i<len;i++) {
