Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website). Edited to include additional feaatures, such as 2d array loading, multiple screen buffers, and better backlight control

Dependencies:   N5110

Dependents:   Main_code_ver18

Fork of N5110 by Craig Evans

Revision:
5:6ea180eef702
Parent:
3:f90dd1042d17
Child:
6:adb79338d40f
--- a/N5110.cpp	Sun Jan 26 20:14:07 2014 +0000
+++ b/N5110.cpp	Sun Jan 26 20:18:45 2014 +0000
@@ -1,3 +1,9 @@
+/**
+@file N5110.cpp
+
+@brief Member functions implementations
+
+*/
 #include "mbed.h"
 #include "N5110.h"