Modified N5110 library with the ability to the print strings at exact pxiel locations, not just at each bank

Fork of N5110 by Craig Evans

Credit to C.Evans for the original library (https://developer.mbed.org/users/eencae/code/N5110/)

Revision:
10:6f3abb40202b
Parent:
9:7701f0126ba7
Child:
12:022993561fd8
Child:
13:908644099648
--- a/N5110.cpp	Tue May 20 19:43:52 2014 +0000
+++ b/N5110.cpp	Wed Jul 16 08:42:27 2014 +0000
@@ -72,7 +72,7 @@
 {
     setBrightness(0.0);  // turn backlight off
     clearRAM();   // clear RAM to ensure specified current consumption
-    // send command to ensure we are in basic model
+    // send command to ensure we are in basic mode
     sendCommand(0x20 | CMD_FS_ACTIVE_MODE | CMD_FS_HORIZONTAL_MODE | CMD_FS_BASIC_MODE);
     // clear the display
     sendCommand(CMD_DC_CLEAR_DISPLAY);