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:
12:022993561fd8
Parent:
10:6f3abb40202b
Child:
14:520a02fc12aa
--- a/N5110.cpp	Wed Sep 17 11:35:50 2014 +0000
+++ b/N5110.cpp	Tue Mar 10 18:09:37 2015 +0000
@@ -258,6 +258,7 @@
 // function to clear the screen
 void N5110::clear()
 {
+    clearRAM();     // clear on-board RAM
     clearBuffer();  // clear the buffer then call the refresh function
     refresh();
 }