Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: PongEngine/PongEngine.cpp
- 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