Fork of LCD-Window which works with Enhanced TextLCD from Wim
Fork of LcdWindow by
Diff: multiwindow.h
- Revision:
- 1:65f72ed914fa
- Parent:
- 0:ae5037e3d6e0
- Child:
- 2:5ac5bab7daaf
--- a/multiwindow.h Mon Nov 15 22:37:30 2010 +0000
+++ b/multiwindow.h Tue Nov 16 20:49:18 2010 +0000
@@ -44,7 +44,7 @@
/**
* writes text to the parent window which contains the given line
*/
- virtual void writeText(unsigned int line, unsigned int pos, char text[]);
+ virtual void writeText(const unsigned int line, const unsigned int pos, const char text[]);
virtual int getHeight(){return _height;};
virtual int getWidth(){return _width;};
/**
