A C12832 LCD with generic interface

Dependents:   mbed_blinky HTTPClient_HelloWorld websocketandnode xbeerx ... more

Fork of C12832 by Chris Styles

Revision:
13:8a9cad03124b
Parent:
12:4affce236743
Child:
14:b834d587bf45
--- a/C12832_lcd.cpp	Sat Nov 09 01:02:48 2013 +0000
+++ b/C12832_lcd.cpp	Wed Jan 01 08:41:07 2014 +0000
@@ -37,6 +37,7 @@
     lcd_reset();
 }
 
+
 int C12832_LCD::width()
 {
     if (orientation == 0 || orientation == 2) return 32;