Library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website). Used & amended by D.Leaming, University of Lincoln, December 2021 v01

Revision:
50:e73cd097fdcb
Parent:
48:af12980ac515
Child:
51:32f9ffeafb6d
--- a/N5110.h	Mon Mar 19 13:44:23 2018 +0000
+++ b/N5110.h	Wed Jan 22 12:50:25 2020 +0000
@@ -227,6 +227,10 @@
           PinName const sclkPin,
           PinName const ledPin);
 
+    /** Creates a N5110 object with the New Gamepad (Rev 2.1) pin mapping
+    */
+    N5110();
+    
     /**
      * Free allocated memory when object goes out of scope
      */