Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website). revised to clear a circle when required with typecirc integer

Dependents:   L2_2645_project Space_Teroid_Game

Fork of N5110 by Craig Evans

Revision:
21:0d89b8c6cf61
Parent:
20:ba8addc061ea
--- a/N5110.h	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.h	Fri May 08 09:39:21 2015 +0000
@@ -290,7 +290,7 @@
     *   @param  radius - radius of circle in pixels
     *   @param  fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline)
     */
-    void drawCircle(int x0,int y0,int radius,int fill);
+    void drawCircle(int x0,int y0,int radius,int fill, int typecirc);
 
     /** Draw Line
     *