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

Fork of C12832_lcd by Peter Drescher

Revision:
13:8a9cad03124b
Parent:
12:4affce236743
--- 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;