LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
15:dc4f024fd1aa
Parent:
14:393116a59d2f
Child:
18:68125c2172fd
Child:
20:5ab883d81a20
--- a/TextLCD.h	Sun Sep 20 17:12:01 2015 +0000
+++ b/TextLCD.h	Sun Sep 20 17:15:01 2015 +0000
@@ -73,7 +73,7 @@
       * @endcode
       */
     TextLCD(PinName rs,PinName rw, PinName e, PinName d4, PinName d5,
-            PinName d6, PinName d7,const char* name) ;
+            PinName d6, PinName d7,const char* name=NULL) ;
 
     /**  Writes the low nible of data to the LCD-module
       *