Richard Parker / EALCD
Revision:
1:f04bcaea1d60
Parent:
0:839ecbf5cb2a
Child:
2:2b860e764545
--- a/screen/EALCD.h	Thu Feb 11 12:21:18 2010 +0000
+++ b/screen/EALCD.h	Thu Mar 04 10:54:06 2010 +0000
@@ -38,6 +38,8 @@
      */
     void setBrightness(float percentage);
     
+    void noop();
+    
     void clearScreen();
     void drawPoint(short x, short y);
     void drawLine(short x0, short y0, short x0, short y0);
@@ -59,6 +61,8 @@
 
     inline void setFont(const EAFont& font) { _font = font; }
     inline const EAFont& font() { return _font; }
+    
+    inline float version() const { return 0.2; }
 
 protected:
     void _getTouch(unsigned short& x, unsigned short& y, unsigned short& z1, unsigned short& z2);