N5110 Library for "Racing Cars" Game

Dependents:   RacingCarsGame

Fork of N5110 by Craig Evans

Revision:
18:45c3696a1447
Parent:
17:780a542d5f8b
Child:
19:cf23186a762f
--- a/N5110.h	Tue Mar 17 12:56:03 2015 +0000
+++ b/N5110.h	Sun Apr 26 21:33:53 2015 +0000
@@ -309,6 +309,8 @@
     *   @param  fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline)
     */
     void drawRect(int x0,int y0,int width,int height,int fill);
+    
+    void gameInitial();
 
 
 private:
@@ -431,7 +433,8 @@
     0x00, 0x00, 0x7F, 0x00, 0x00,// |
     0x00, 0x41, 0x36, 0x08, 0x00,// }
     0x08, 0x08, 0x2A, 0x1C, 0x08,// ->
-    0x08, 0x1C, 0x2A, 0x08, 0x08 // <-
+    0x08, 0x1C, 0x2A, 0x08, 0x08, // <-
+    
 };
 
 #endif