N5110 Library for "Racing Cars" Game

Dependents:   RacingCarsGame

Fork of N5110 by Craig Evans

Revision:
23:603c9e138aca
Parent:
22:428cbc6df6ea
--- a/N5110.cpp	Fri May 08 12:58:05 2015 +0000
+++ b/N5110.cpp	Mon May 11 16:15:39 2015 +0000
@@ -450,7 +450,7 @@
             if (type == 0)   // if 'white' line, turn off pixel
                 clearPixel(x,y);
             else
-                clearPixel(x,y);  // else if 'black' or 'dotted' turn on pixel
+                clearPixel(x,y);  // else if 'black' or 'dotted' turn off pixel
 
         }
     } else {