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: One/One.cpp
- Revision:
- 7:35465b3bf586
- Parent:
- 3:4494e6928194
- Child:
- 8:10eb578dd754
--- a/One/One.cpp Sun May 17 19:12:52 2020 +0000 +++ b/One/One.cpp Mon May 18 14:28:05 2020 +0000 @@ -62,5 +62,5 @@ }; void One::draw(N5110 &lcd){ - lcd.drawSprite(48,84,0,0,(int *)level_one); + lcd.drawSprite(0,0,48,84,(int *)level_one); } \ No newline at end of file