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: SplashScreen/Splash.h
- Revision:
- 8:5ede90f99a27
- Parent:
- 4:08a0ff6668df
- Child:
- 9:e6566d09f087
diff -r 2a3b566aedd3 -r 5ede90f99a27 SplashScreen/Splash.h --- a/SplashScreen/Splash.h Sun May 17 00:59:51 2020 +0000 +++ b/SplashScreen/Splash.h Sun May 17 17:59:30 2020 +0000 @@ -27,6 +27,7 @@ }; void draw_name(N5110 &lcd, Ball &ball); +void player_enter_animation(N5110 &lcd, Ball &ball); void kick_animation(N5110 &lcd, Ball &ball); void shot_animation(N5110 &lcd, Ball &ball); void contrast_slide(N5110 &lcd);