C12832 LCD with generic interface

Dependents:   SongsAndLights I2CSong app-shield-all LCD_Games ... more

Fork of C12832_lcd_fork by Chris Styles

This is derived from the great work done Peter Dresche. I simply removed the MCU specific code, and added a pinmap at the top level, so that this component can we wired up any way.

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Wed Dec 05 07:17:51 2012 +0000
Parent:
3:468cdccff7af
Child:
5:0f53e522a2bf
Commit message:
Fix for mbed lib rev. 50

Changed in this revision

TextDisplay.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TextDisplay.cpp	Thu Oct 25 17:34:34 2012 +0000
+++ b/TextDisplay.cpp	Wed Dec 05 07:17:51 2012 +0000
@@ -5,7 +5,7 @@
  
 #include "TextDisplay.h"
 
-TextDisplay::TextDisplay(const char *name) : Stream(name){
+TextDisplay::TextDisplay(const char *name) : Stream(){
     _row = 0;
     _column = 0;
     if (name == NULL) {