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.
Diff: screen/EALCD.h
- Revision:
- 2:2b860e764545
- Parent:
- 1:f04bcaea1d60
- Child:
- 3:24fbf4dbd7e5
--- a/screen/EALCD.h Thu Mar 04 10:54:06 2010 +0000
+++ b/screen/EALCD.h Sun Mar 28 20:15:15 2010 +0000
@@ -62,7 +62,7 @@
inline void setFont(const EAFont& font) { _font = font; }
inline const EAFont& font() { return _font; }
- inline float version() const { return 0.2; }
+ inline float version() const { return 0.3; }
protected:
void _getTouch(unsigned short& x, unsigned short& y, unsigned short& z1, unsigned short& z2);