Richard Parker / EALCD
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; }