Altered slightly to remove the power pin GPIO connection

Fork of N5110 by Craig Evans

Revision:
18:12914225b087
Parent:
17:780a542d5f8b
--- a/N5110.h	Tue Mar 17 12:56:03 2015 +0000
+++ b/N5110.h	Sun Mar 29 16:40:41 2015 +0000
@@ -169,7 +169,7 @@
     * @param led Pin connected to LED backlight (must be PWM) (pin 8)
     *
     */
-    N5110(PinName pwrPin, PinName scePin, PinName rstPin, PinName dcPin, PinName mosiPin, PinName sclkPin, PinName ledPin);
+    N5110(PinName scePin, PinName rstPin, PinName dcPin, PinName mosiPin, PinName sclkPin, PinName ledPin);
 
     /** Initialise display
     *
@@ -328,7 +328,6 @@
 private:  // private variables
     SPI*    spi;
     PwmOut* led;
-    DigitalOut* pwr;
     DigitalOut* sce;
     DigitalOut* rst;
     DigitalOut* dc;