Fork of LCD-Window which works with Enhanced TextLCD from Wim

Fork of LcdWindow by Hendrik Lipka

Revision:
7:b472970bd8f6
Parent:
6:7ba288afed38
Child:
8:ba176eea3e40
--- a/sed1335text.h	Tue Jan 04 22:10:41 2011 +0000
+++ b/sed1335text.h	Tue Jan 04 22:58:59 2011 +0000
@@ -59,6 +59,8 @@
         
         void sendByte(const unsigned char byte);
         
+        void clearBank(int start, int size, int data);
+
         BusOut* _data;
         DigitalOut *_rd, *_wr, *_cs, *_a0, *_reset;
 };