Library for LCD

Fork of N5110 by Craig Evans

Revision:
33:8a0c21042f82
Parent:
31:5bc91bd44c77
Child:
35:d80e568a2e18
--- a/N5110.h	Thu Feb 16 15:32:05 2017 +0000
+++ b/N5110.h	Thu Feb 16 15:36:44 2017 +0000
@@ -222,6 +222,11 @@
           PinName const sclkPin,
           PinName const ledPin);
 
+    /**
+     * Free allocated memory when object goes out of scope
+     */
+    ~N5110();
+
     /** Initialise display
     *
     *   Powers up the display and turns on backlight (50% brightness default).