A C12832 LCD with generic interface

Dependents:   mbed_blinky HTTPClient_HelloWorld websocketandnode xbeerx ... more

Fork of C12832 by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri Oct 25 21:35:30 2013 +0000
Parent:
8:c9afe58d786a
Child:
10:8f86576007d6
Commit message:
Passed name into stream

Changed in this revision

TextDisplay.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TextDisplay.cpp	Fri Dec 21 21:58:19 2012 +0000
+++ b/TextDisplay.cpp	Fri Oct 25 21:35:30 2013 +0000
@@ -5,7 +5,7 @@
  
 #include "TextDisplay.h"
 
-TextDisplay::TextDisplay(const char *name) : Stream(){
+TextDisplay::TextDisplay(const char *name) : Stream(name){
     _row = 0;
     _column = 0;
     if (name == NULL) {