A fork of dreschpe library with pin names added to the constructor

Fork of C12832_lcd by Peter Drescher

Revision:
9:e0e646b7fd20
Parent:
4:8d812da33cdc
--- 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) {