Thomas Davies / Mbed 2 deprecated LetTheBallDrop

Dependencies:   N5110 mbed PowerControl

Revision:
9:c20f11f9b310
Parent:
8:ebddb721f1ee
Child:
10:d8ef8633bd98
--- a/GameScreen.cpp	Tue Mar 10 21:17:58 2015 +0000
+++ b/GameScreen.cpp	Mon Apr 27 14:24:59 2015 +0000
@@ -177,8 +177,7 @@
         {
             //each bit in byte
             for (int b = 0; b < 7; b++)
-            {
-                
+            {                
                 if (font5x7[(*str - 32)*5 + i] & (1<<b)) //bitwise comparison to mask at desired pixel
                 {             
                     setPixel(y+b+1,x-i+1);