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

Dependents:   LV7_LCDtest LV7_Grupa5_Tim003_Zadatak1 lv7_Grupa5_Tim008_zad1 LV7_PAI_Grupa5_tim10_Zadatak1 ... more

This library is designed to make it easy to interface an mbed with a Nokia 5110 LCD display.

These can be found at Sparkfun (https://www.sparkfun.com/products/10168) and Adafruit (http://www.adafruit.com/product/338).

The library uses the SPI peripheral on the mbed which means it is much faster sending data to the display than other libraries available on other platforms that use software SPI.

The library can print strings as well as controlling individual pixels, meaning that both text and primitive graphics can be displayed.

Revision:
30:11986573659e
Parent:
27:0d8d90936b4c
Child:
34:626b873e6362
--- a/N5110.cpp	Tue Feb 07 21:50:25 2017 +0000
+++ b/N5110.cpp	Wed Feb 08 19:50:56 2017 +0000
@@ -41,7 +41,7 @@
     // Don't completely understand these parameters - they seem to work as they are
     // Consult the datasheet if you need to change them
     sendCommand(CMD_VOP_7V38);    // operating voltage - these values are from Chris Yan's Library
-    sendCommand(CMD_TC_TEMP_2);   // temperature control
+    sendCommand(CMD_TC_TEMP_3);   // temperature control
     sendCommand(CMD_BI_MUX_48);   // changing this can sometimes improve the contrast on some displays
 
     // function set - basic