Files at this revision

API Documentation at this revision

Comitter:
donde
Date:
Sat May 19 03:07:36 2012 +0000
Parent:
1:6807376869c1
Child:
3:492eeba77fc4
Commit message:

Changed in this revision

NokiaLCD.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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) {