Class used to interface with the Nokia N5110 LCD.
Fork of N5110 by
Diff: N5110.h
- Revision:
- 31:8a0c21042f82
- Parent:
- 29:5bc91bd44c77
- Child:
- 33:d80e568a2e18
diff -r 5bc91bd44c77 -r 8a0c21042f82 N5110.h --- 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).