N5110 Library for "Racing Cars" Game

Dependents:   RacingCarsGame

Fork of N5110 by Craig Evans

Revision:
19:cf23186a762f
Parent:
18:45c3696a1447
Child:
20:a6fc42d720c2
--- a/N5110.h	Sun Apr 26 21:33:53 2015 +0000
+++ b/N5110.h	Fri May 01 01:29:49 2015 +0000
@@ -311,11 +311,14 @@
     void drawRect(int x0,int y0,int width,int height,int fill);
     
     void gameInitial();
-
+    
+    void setXYAddress(int x, int y);
+    
+    void clearCircle(int x0,int y0,int radius,int fill);
 
 private:
 
-    void setXYAddress(int x, int y);
+    //void setXYAddress(int x, int y);
     void initSPI();
     void turnOn();
     void reset();