LCD Serial with shift register

Revision:
1:edf1c14baee3
Parent:
0:562b0d48dfcf
--- a/LCD_Serial.h	Sat Feb 05 19:58:11 2011 +0000
+++ b/LCD_Serial.h	Sat Feb 05 20:16:32 2011 +0000
@@ -43,7 +43,7 @@
          * @param CLK   
          * @param E
          */
-        LCDSerial(PinName DATA,PinName CLK,PinName E,PinName BACK);
+        LCDSerial(PinName DATA,PinName CLK,PinName E,PinName BACK=NC);
         void vGotoxy(char x,char y);
         void vSetBacklight(bool Value);
         void vPutc(char Data);