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: rec/rect.cpp
- Revision:
- 13:7ad2072d63ac
- Parent:
- 10:ef01b3076040
- Child:
- 14:a4176da69b49
--- a/rec/rect.cpp Mon Apr 23 21:17:53 2018 +0000 +++ b/rec/rect.cpp Mon Apr 23 21:41:13 2018 +0000 @@ -19,6 +19,7 @@ { //draw rect om the screen lcd.drawRect(rect_x,40,10,1,FILL_BLACK); + lcd.drawRect(rect_x+3,39,4,1,FILL_BLACK); }