Files at this revision

API Documentation at this revision

Comitter:
donde
Date:
Fri May 18 16:20:51 2012 +0000
Parent:
0:3c7276a576d2
Child:
2:8c7a51459408
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 07:02:32 2012 +0000
+++ b/NokiaLCD.cpp	Fri May 18 16:20:51 2012 +0000
@@ -12,7 +12,7 @@
 #define NOKIALCD_HEIGHT 132
 #define NOKIALCD_FREQUENCY 5000000
 
-NokiaLCD::NokiaLCD(PinName mosi, PinName sclk, PinName cs, PinName rst, LCDType type)
+NokiaLCD::NokiaLCD(PinName dio, PinName sck, PinName cs, PinName rst, LCDType type)
         : _spi(mosi, NC, sclk)
         , _rst(rst)
         , _cs(cs) {