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 7:c5c735f76d8a, committed 2018-04-30
- Comitter:
- ahmedhedait
- Date:
- Mon Apr 30 03:57:01 2018 +0000
- Parent:
- 6:6cbd0f7f7335
- Child:
- 8:346c234fef94
- Commit message:
- i just added a small rectangle as the start of the maze.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Apr 30 03:52:58 2018 +0000
+++ b/main.cpp Mon Apr 30 03:57:01 2018 +0000
@@ -49,6 +49,8 @@
lcd.printString(" scr",0,0);
lcd.drawRect(0,0,65,48,FILL_TRANSPARENT);
+ lcd.drawRect(10,0,2,15,FILL_BLACK);
+
lcd.setPixel(64,39,false);
lcd.setPixel(64,40,false);
lcd.setPixel(64,41,false);