A fork of Chris Yan's Nokia 5110 LCD library, adapted to LPC1347. Should work on a DipCortex M3 and an EzSBC2 dev board.

Dependencies:   mbed

Fork of Nokia5110 by Krissi Yan

Revision:
4:46e538ce39d4
Parent:
3:41063eb2a040
--- a/NOKIA_5110.cpp	Fri Jan 10 22:22:17 2014 +0000
+++ b/NOKIA_5110.cpp	Thu Jul 02 23:52:55 2015 +0000
@@ -50,7 +50,7 @@
 
 void NokiaLcd::TestLcd(char test_pattern)
 {
-    for(int tick = 0; tick <= 503; tick++)
+    for(int tick = 0; tick <= 504; tick++)
         LcdSpi->write(test_pattern);         // Command gets sent
 }