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.
Dependencies: mbed
Diff: Levelengine.cpp
- Revision:
- 8:9bc80e40ac0d
- Parent:
- 7:c6e6ec0e3396
- Child:
- 10:65a6866d418b
--- a/Levelengine.cpp Mon Mar 25 11:19:20 2019 +0000
+++ b/Levelengine.cpp Mon Mar 25 15:29:19 2019 +0000
@@ -16,15 +16,19 @@
//Border
lcd.drawRect(0,0,1,HEIGHT,FILL_BLACK);
lcd.drawRect(0,0,WIDTH,1,FILL_BLACK);
- lcd.drawRect(WIDTH -1,15,1,33,FILL_BLACK);
- lcd.drawRect(0,HEIGHT -1,168,1,FILL_BLACK);
+ lcd.drawRect(WIDTH -1,0,1,48,FILL_BLACK);
+ lcd.drawRect(0,HEIGHT -1,84,1,FILL_BLACK);
//platforms
- lcd.drawRect(0,41,34,2,FILL_BLACK);
- lcd.drawRect(40,45,30,2,FILL_BLACK);
- lcd.drawRect(20,22,15,2,FILL_BLACK);
+
+
+ //lcd.drawRect(0,41,34,2,FILL_BLACK);
- printf("Level x %i \n", miner.x);
+ lcd.drawRect(20,HEIGHT - 12, 40, 2, FILL_TRANSPARENT);
+ lcd.drawRect(68,HEIGHT - 4, 24, 2, FILL_TRANSPARENT);
+
+
+
}