Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).
Dependents: Ranger EL15PJT_Ranger
Fork of N5110 by
Revision 20:a04246b4de38, committed 2016-05-04
- Comitter:
- el15pjt
- Date:
- Wed May 04 14:04:26 2016 +0000
- Parent:
- 19:ba8addc061ea
- Commit message:
- check bright
Changed in this revision
N5110.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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 }