Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).

Dependents:   radarDistanceSensorTool

Fork of N5110 by Craig Evans

Revision:
7:505f281a04fa
Parent:
6:adb79338d40f
--- a/N5110.cpp	Mon Jan 27 18:41:45 2014 +0000
+++ b/N5110.cpp	Mon May 11 16:34:51 2015 +0000
@@ -60,8 +60,7 @@
 }
 
 // function to power up the LCD and backlight
-void N5110::turnOn()
-{
+void N5110::turnOn() {
     // set brightness of LED - 0.0 to 1.0 - default is 50%
     setBrightness(0.5);
     pwr->write(1);  // apply power