Fork of LCD-Window which works with Enhanced TextLCD from Wim
Fork of LcdWindow by
Diff: window.h
- Revision:
- 1:65f72ed914fa
- Parent:
- 0:ae5037e3d6e0
- Child:
- 2:5ac5bab7daaf
--- a/window.h Mon Nov 15 22:37:30 2010 +0000
+++ b/window.h Tue Nov 16 20:49:18 2010 +0000
@@ -37,7 +37,7 @@
* @params pos the column where to write
* @params text the text to write
*/
- virtual void writeText(unsigned int line, unsigned int pos, char text[])=0;
+ virtual void writeText(const unsigned int line, const unsigned int pos, const char text[])=0;
/**
* @param returns the height of the window
*/
