LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
15:dc4f024fd1aa
Parent:
10:8d5383e2546e
Child:
16:ca413e232eaa
--- a/TextLCD.cpp	Sun Sep 20 17:12:01 2015 +0000
+++ b/TextLCD.cpp	Sun Sep 20 17:15:01 2015 +0000
@@ -12,7 +12,7 @@
 
 
 TextLCD::TextLCD(PinName rs,PinName rw, PinName e, PinName d4, PinName d5,
-                 PinName d6, PinName d7,  const char* name=NULL ) : Stream(name), LCD_RS(rs),LCD_RW(rw), LCD_EN(e),
+                 PinName d6, PinName d7,  const char* name) : Stream(name), LCD_RS(rs),LCD_RW(rw), LCD_EN(e),
     LCD_D4to7(d4,d5,d6,d7)
 {
     CLEAR_RW();