Sharp LCD library forked to use a Lucida 8 pt font

Fork of SharpLCD by Rohit Grover

Revision:
9:fc71206a6b64
Parent:
6:ed1a32ac4a1c
--- a/FrameBuffer.cpp	Tue Apr 28 14:39:16 2015 +0000
+++ b/FrameBuffer.cpp	Wed May 13 08:14:07 2015 +0000
@@ -258,7 +258,6 @@
                                                   * corner of the bitmap. */
                );
         }
-
-        baselineX += (descriptor->charWidth + 2);
+        baselineX += (descriptor->charWidth + face->spacing);
     }
 }