Fork of LCD-Window which works with Enhanced TextLCD from Wim
Fork of LcdWindow by
Diff: dogm_spi.cpp
- Revision:
- 1:65f72ed914fa
- Parent:
- 0:ae5037e3d6e0
- Child:
- 2:5ac5bab7daaf
--- a/dogm_spi.cpp Mon Nov 15 22:37:30 2010 +0000
+++ b/dogm_spi.cpp Tue Nov 16 20:49:18 2010 +0000
@@ -47,7 +47,7 @@
}
}
-void DogmLCDSPI::writeText(unsigned int line, unsigned int pos, char text[])
+void DogmLCDSPI::writeText(const unsigned int line, const unsigned int pos, const char text[])
{
int address=(line)*0x40+(pos);
sendCmd((char)address|0x80);
