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

Dependents:   Ranger EL15PJT_Ranger

Fork of N5110 by Craig Evans

Revision:
20:a04246b4de38
Parent:
19:ba8addc061ea
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Wed May 04 14:04:26 2016 +0000
@@ -65,7 +65,7 @@
 void N5110::turnOn()
 {
     // set brightness of LED - 0.0 to 1.0 - default is 50%
-    setBrightness(0.5);
+   setBrightness(0.5);
     pwr->write(1);  // apply power
 }