Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LcdWindow by
Diff: dogm_spi.h
- Revision:
- 1:65f72ed914fa
- Parent:
- 0:ae5037e3d6e0
- Child:
- 2:5ac5bab7daaf
--- a/dogm_spi.h Mon Nov 15 22:37:30 2010 +0000
+++ b/dogm_spi.h Tue Nov 16 20:49:18 2010 +0000
@@ -46,7 +46,7 @@
*/
DogmLCDSPI(unsigned int width, unsigned int height, SPI *spi, PinName enable, PinName rs);
virtual void init();
- 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 void clear();
};
