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:
- 56:2797166656e0
- Parent:
- 53:b6bb4dab7823
- Child:
- 61:3714af9caab6
--- a/GraphicEngine/GraphicEngine.cpp Tue May 26 19:54:05 2020 +0000 +++ b/GraphicEngine/GraphicEngine.cpp Tue May 26 20:51:56 2020 +0000 @@ -86,6 +86,24 @@ lcd.printString("|------------|", 0,5); } +void GraphicEngine::introOne() +{ + lcd.printString("|Project |", 0,0); + lcd.printString("| by |", 0,1); + lcd.printString("| Tarek |", 0,2); + lcd.printString("| Bessalah |", 0,3); + lcd.printString("| |", 0,4); + lcd.printString("|201344887 |", 0,5); +} + +void GraphicEngine::introTwo() +{ + lcd.drawSprite(20, 48-4*12, 36, 43,(int *)frogger_intro); + lcd.printString("| FROGGER! |", 0,5); + +} + + void GraphicEngine::init() { lcd.init();