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

Fork of N5110 by Craig Evans

Revision:
20:91e0cffbdc53
Parent:
19:ba8addc061ea
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Fri May 06 05:38:04 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(1.0);
     pwr->write(1);  // apply power
 }