Interface for Sharp LS012B7DD01 TFT-LCD

Dependents:   MAX32630FTHR_iButton_uSD_Logger

Revision:
1:ea88fe2c73ed
Parent:
0:a857326491e8
--- a/Sharp_LS012B7DD01.h	Sat Nov 19 20:34:01 2016 -0800
+++ b/Sharp_LS012B7DD01.h	Tue Nov 22 00:24:55 2016 +0000
@@ -47,7 +47,7 @@
 	/**
 	* @brief SharpLS012B7DD01 Constructor
 	*/
-	SharpLS012B7DD01(PinName disp, PinName extcomin, PinName cs, PinName mosi, PinName sclk);
+	SharpLS012B7DD01(PinName disp, PinName extcomin, PinName cs, SPI &spiBus);
 	
 	/**
 	* @brief SharpLS012B7DD01 Destructor