LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
8:b12188ddd403
Parent:
7:5e18f9a04e62
Child:
9:9529e943259c
--- a/TextLCD.h	Sun Sep 20 14:14:36 2015 +0000
+++ b/TextLCD.h	Sun Sep 20 15:55:57 2015 +0000
@@ -112,7 +112,7 @@
     virtual int _getc();
 
     DigitalOut LCD_RS,LCD_RW,LCD_EN;
-    DigitalOut LCD_D4,LCD_D5,LCD_D6,LCD_D7;
+    BusOut LCD_D4to7;
 };
 
 #endif /* LCD_H_ */
\ No newline at end of file