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: GraphicEngine/GraphicEngine.cpp
- Revision:
- 45:e40c4f89ed7c
- Parent:
- 44:f02510eeb165
- Child:
- 46:e39abe665271
--- a/GraphicEngine/GraphicEngine.cpp Fri May 22 06:37:50 2020 +0000
+++ b/GraphicEngine/GraphicEngine.cpp Fri May 22 19:12:20 2020 +0000
@@ -52,7 +52,7 @@
lcd.drawSprite(x, y, 4, 6, (int *)right_racer);
break;
case 'B':
- lcd.drawSprite(x, y, 4, 8, (int *)bus);
+ lcd.drawSprite(x, y, 4, 12, (int *)bus);
break;
case 'N':
lcd.drawSprite(x, y, 4, 5, (int *)right_normal);