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.
Revision 1:aa6940176074, committed 2020-05-22
- Comitter:
- Lycaon13
- Date:
- Fri May 22 09:26:11 2020 +0000
- Parent:
- 0:0172de3db301
- Commit message:
- writing game logic
Changed in this revision
| SquashLogic.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SquashLogic.cpp Mon May 18 23:46:45 2020 +0000
+++ b/SquashLogic.cpp Fri May 22 09:26:11 2020 +0000
@@ -38,7 +38,7 @@
// pitch
lcd.drawRect(0,0,WIDTH,HEIGHT,FILL_TRANSPARENT);
lcd.drawLine((2*WIDTH/5),HEIGHT/4,(2*WIDTH/5),(3*HEIGHT/4),2);
- lcd.drawRect(2*WIDTH/5),
+ lcd.drawRect((2*WIDTH/5),