Fork of the Freetronics LCD Shield library by KKempeneers.

Dependents:   Thermo_Voltmeter Freetronics_16x2_LCD DR14_DHT11_LCD Freetronics_16x2_LCD3 ... more

Fork of freetronicsLCDShield by Koen Kempeneers

Revision:
2:f40a5df43d09
Parent:
1:ddcefddda4a7
Child:
3:0e04b6c4abb8
--- a/freetronicsLCDShield.h	Sun Oct 27 07:07:53 2013 +0000
+++ b/freetronicsLCDShield.h	Mon Oct 28 07:59:51 2013 +0000
@@ -42,14 +42,14 @@
         
     public:
         // Constructor
-        freetronicsLCDShield (PinName rs = PTA13, 
-                              PinName e  = PTD5, 
-                              PinName d0 = PTA4, 
-                              PinName d1 = PTA5, 
-                              PinName d2 = PTC8, 
-                              PinName d3 = PTC9,
-                              PinName bl = PTA12,
-                              PinName a0 = PTB0);                               
+        freetronicsLCDShield (PinName rs /*= PTA13*/, 
+                              PinName e  /*= PTD5*/, 
+                              PinName d0 /*= PTA4*/, 
+                              PinName d1 /*= PTA5*/, 
+                              PinName d2 /*= PTC8*/, 
+                              PinName d3 /*= PTC9*/,
+                              PinName bl /*= PTA12*/,
+                              PinName a0 /*= PTB0*/);                               
                               
         void writeCGRAM (char address, const char *ptr, char nbytes);
         void setCursorPosition (int line, int col);