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:
- 7:6cf21b018420
- Parent:
- 6:4fe6f365cbeb
--- a/screen/EALCD.h	Thu May 06 23:32:14 2010 +0000
+++ b/screen/EALCD.h	Mon Nov 01 13:07:40 2010 +0000
@@ -7,8 +7,8 @@
 
 #include "../graphics/EAPen.h"
 #include "../graphics/EABrush.h"
-#include "../graphics/EAFont.h"
-#include "../widgets/EAImage.h"
+#include "../fonts/EAFont.h"
+#include "../images/EAImage.h"
 
 #ifndef PI
 #define PI 3.14593
@@ -56,7 +56,7 @@
     void drawEllipse(short x, short y, unsigned short w, unsigned short h);
     void drawFilledEllipse(short x, short y, unsigned short w, unsigned short h);
     void drawImage(unsigned short x, unsigned short y, EAImage& img);
-    void drawText(unsigned short x, unsigned short y, char* text); 
+    void drawText(unsigned short x, unsigned short y, const std::string& text); 
     
     inline unsigned short width() const { return 320; }
     inline unsigned short height() const { return 240; }