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.h
- Revision:
- 49:6cad8b6ec5f2
- Parent:
- 47:29c4796a49e5
- Child:
- 50:9ffeb4a10c0a
--- a/GraphicEngine/GraphicEngine.h Sat May 23 21:47:19 2020 +0000 +++ b/GraphicEngine/GraphicEngine.h Sun May 24 02:30:49 2020 +0000 @@ -51,13 +51,14 @@ void printTest(); void printLoser(); void print(); + void drawDangerZone(); void drawGoalPost(); //draws the chicken to the LCD screen void showFrog(float x, int y, int width, int height, int state); - void drawGoal(int x, int row); + void drawEndPost(); //draws an individual car to the screen void showObj(Object *obj);