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:
- 50:9ffeb4a10c0a
- Parent:
- 49:6cad8b6ec5f2
- Child:
- 52:1145e99264ea
--- a/GraphicEngine/GraphicEngine.h Sun May 24 02:30:49 2020 +0000 +++ b/GraphicEngine/GraphicEngine.h Mon May 25 02:18:57 2020 +0000 @@ -54,24 +54,32 @@ void drawDangerZone(); void drawGoalPost(); - + void drawMenu(); + void drawPointer(int y); + void getPointerPos(int sel); //draws the chicken to the LCD screen void showFrog(float x, int y, int width, int height, int state); - void drawEndPost(); + void drawEndPost(int x); + void printCongrats(); //draws an individual car to the screen void showObj(Object *obj); - + void newLevelIntro(); + void newLevel1(); + void newLevel2(); + void newLevel3(); + void newLevelGo(); + + void drawSafetyLanes(); void displayLog(int x, int y, char c); void displayVehicle(int x, int y, char c); - void drawSafetyLanes(); - + void drawTutor1(); + void drawTutor2(); + void drawTutor3(); }; #endif - - \ No newline at end of file