Display text on LCD displays (even on multiple ones). Allow to create windows (frames) on display, and to combine them (split, add, duplicate, scroll). See http://mbed.org/users/hlipka/notebook/lcdwindow/ for more information.

Dependents:   Mbell

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;
 };