A library to initialise a nokia N5110 LCD. Created by C.A.Evans University of Leeds

Fork of N5110 by Craig Evans

Revision:
20:d65b0fa5a290
Parent:
19:ba8addc061ea
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Sat May 09 01:07:53 2015 +0000
@@ -8,6 +8,8 @@
 #include "N5110.h"
 
 
+
+
 N5110::N5110(PinName pwrPin, PinName scePin, PinName rstPin, PinName dcPin, PinName mosiPin, PinName sclkPin, PinName ledPin)
 {