James Heavey / Mbed 2 deprecated EL17JH

Dependencies:   mbed

Revision:
3:5719d0fe94ed
Parent:
2:b3ca50f2e85d
Child:
4:6bd488b5b31a
--- a/PongEngine/PongEngine.cpp	Thu Apr 18 15:39:11 2019 +0000
+++ b/PongEngine/PongEngine.cpp	Thu Apr 18 22:04:36 2019 +0000
@@ -172,5 +172,5 @@
     // print to LCD i
     char buffer1[14];
     sprintf(buffer1,"%2d",p1_score);
-    lcd.printString(buffer1,WIDTH/2 - 20,1);  // font is 8 wide, so leave 4 pixel gape from middle assuming two digits
+    //lcd.printString(buffer1,WIDTH/2 - 20,1);  // font is 8 wide, so leave 4 pixel gape from middle assuming two digits
 }
\ No newline at end of file