Added Patches for Display Quality

Dependents:   GPS_System_with_Google_Maps

Fork of NokiaLCD by Don DeGregori

Revision:
2:8c7a51459408
Parent:
1:6807376869c1
Child:
6:d829f93abd27
--- a/NokiaLCD.cpp	Fri May 18 16:20:51 2012 +0000
+++ b/NokiaLCD.cpp	Sat May 19 03:07:36 2012 +0000
@@ -12,7 +12,7 @@
 #define NOKIALCD_HEIGHT 132
 #define NOKIALCD_FREQUENCY 5000000
 
-NokiaLCD::NokiaLCD(PinName dio, PinName sck, PinName cs, PinName rst, LCDType type)
+NokiaLCD::NokiaLCD(PinName mosi, PinName sclk, PinName cs, PinName rst, LCDType type)
         : _spi(mosi, NC, sclk)
         , _rst(rst)
         , _cs(cs) {